Searched refs:lookup_type (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_ste.h | 27 MLX5_SET(ste_##lookup_type, tag, t_fname, value); \ 33 #define DR_STE_SET_TAG(lookup_type, tag, t_fname, spec, s_fname) \ argument 34 DR_STE_SET_VAL(lookup_type, tag, t_fname, spec, s_fname, spec->s_fname) 37 #define DR_STE_SET_ONES(lookup_type, tag, t_fname, spec, s_fname) \ argument 38 DR_STE_SET_VAL(lookup_type, tag, t_fname, spec, s_fname, -1) 40 #define DR_STE_SET_TCP_FLAGS(lookup_type, tag, spec) do { \ argument 52 #define DR_STE_SET_MPLS(lookup_type, mask, in_out, tag) do { \ argument 55 DR_STE_SET_TAG(lookup_type, _tag, mpls0_label, _mask, \ 57 DR_STE_SET_TAG(lookup_type, _tag, mpls0_s_bos, _mask, \ 59 DR_STE_SET_TAG(lookup_type, _tag, mpls0_exp, _mask, \ [all …]
|
| A D | dr_ste_v1.h | 12 #define DR_STE_CALC_DFNR_TYPE(lookup_type, inner) \ argument 13 ((inner) ? DR_STE_V1_LU_TYPE_##lookup_type##_I : \ 14 DR_STE_V1_LU_TYPE_##lookup_type##_O)
|
| A D | dr_ste_v0.c | 37 #define DR_STE_CALC_LU_TYPE(lookup_type, rx, inner) \ argument 38 ((inner) ? DR_STE_V0_LU_TYPE_##lookup_type##_I : \ 39 (rx) ? DR_STE_V0_LU_TYPE_##lookup_type##_D : \ 40 DR_STE_V0_LU_TYPE_##lookup_type##_O)
|
| /drivers/nvme/common/ |
| A D | keyring.c | 73 match_data->lookup_type = KEYRING_SEARCH_LOOKUP_ITERATE; in nvme_tls_psk_match_preparse()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cudbg_entity.h | 218 u8 lookup_type; member
|
| A D | cxgb4_debugfs.c | 1703 u8 lookup_type = 0, port_num = 0; in mps_tcam_show() local 1724 lookup_type = DATALKPTYPE_G(data2); in mps_tcam_show() 1729 if (lookup_type && (lookup_type != DATALKPTYPE_M)) { in mps_tcam_show() 1748 if (lookup_type && (lookup_type != DATALKPTYPE_M)) { in mps_tcam_show() 1814 if (lookup_type && (lookup_type != DATALKPTYPE_M)) { in mps_tcam_show() 1840 lookup_type ? 'I' : 'O', port_num, in mps_tcam_show()
|
| A D | cxgb4.h | 2001 u8 lookup_type, u8 port_id, bool sleep_ok); 2006 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, 2010 u8 lookup_type, u8 port_id, bool sleep_ok);
|
| A D | cudbg_lib.c | 2566 tcam->lookup_type = DATALKPTYPE_G(data2); in cudbg_collect_tcam_index() 2572 if (tcam->lookup_type && tcam->lookup_type != DATALKPTYPE_M) { in cudbg_collect_tcam_index() 2591 if (tcam->lookup_type && tcam->lookup_type != DATALKPTYPE_M) { in cudbg_collect_tcam_index()
|
| A D | t4_hw.c | 7812 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_free_raw_mac_filt() argument 7832 p->data0_pkd = cpu_to_be32(DATALKPTYPE_V(lookup_type) | in t4_free_raw_mac_filt() 7863 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, in t4_alloc_encap_mac_filt() argument 7886 FW_VI_MAC_CMD_LOOKUP_TYPE_V(lookup_type)); in t4_alloc_encap_mac_filt() 7911 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_alloc_raw_mac_filt() argument 7930 p->data0_pkd = cpu_to_be32(DATALKPTYPE_V(lookup_type) | in t4_alloc_raw_mac_filt()
|
Completed in 54 milliseconds