Searched refs:CXGBE_FILL_FS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 24 #define CXGBE_FILL_FS(v, m, elem) \ macro 199 CXGBE_FILL_FS(0, 0x1ff, macidx); in ch_rte_parsetype_eth() 205 CXGBE_FILL_FS(be16_to_cpu(spec->type), in ch_rte_parsetype_eth() 270 CXGBE_FILL_FS(1, 1, ovlan_vld); in ch_rte_parsetype_vlan() 273 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan() 279 CXGBE_FILL_FS(1, 1, ivlan_vld); in ch_rte_parsetype_vlan() 282 CXGBE_FILL_FS(be16_to_cpu(spec->tci), in ch_rte_parsetype_vlan() 306 CXGBE_FILL_FS(1, 1, pfvf_vld); in ch_rte_parsetype_pf() 308 CXGBE_FILL_FS(adap->pf, 0x7, pf); in ch_rte_parsetype_pf() 324 CXGBE_FILL_FS(1, 1, pfvf_vld); in ch_rte_parsetype_vf() [all …]
|