Home
last modified time | relevance | path

Searched refs:iport (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c80 if (U(F_PORT, iport) || U(F_ETHERTYPE, ethtype) || in cxgbe_validate_filter()
112 if (fs->val.iport >= adapter->params.nports) in cxgbe_validate_filter()
329 if (tp->port_shift >= 0 && f->fs.mask.iport) in hash_filter_ntuple()
330 ntuple |= (u64)f->fs.val.iport << tp->port_shift; in hash_filter_ntuple()
844 V_FW_FILTER_WR_PORT(f->fs.val.iport) | in set_filter_wr()
845 V_FW_FILTER_WR_PORTM(f->fs.mask.iport)); in set_filter_wr()
H A Dcxgbe_filter.h54 uint32_t iport:IPORT_BITWIDTH; /* ingress port */ member
H A Dcxgbe_flow.c151 ntuple_mask |= (u64)fs->mask.iport << tp->port_shift; in cxgbe_fill_filter_region()
231 CXGBE_FILL_FS(val->index, mask->index, iport); in ch_rte_parsetype_port()