Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c608 flow_mask->next_header = 0xff; in otx2_tc_prepare_flow()
628 ether_addr_copy(flow_mask->dmac, in otx2_tc_prepare_flow()
650 flow_mask->spi = match.mask->spi; in otx2_tc_prepare_flow()
668 flow_mask->tos = match.mask->tos; in otx2_tc_prepare_flow()
694 flow_mask->ip4dst = match.mask->dst; in otx2_tc_prepare_flow()
716 memcpy(&flow_mask->ip6dst, in otx2_tc_prepare_flow()
726 memcpy(&flow_mask->ip6src, in otx2_tc_prepare_flow()
739 flow_mask->dport = match.mask->dst; in otx2_tc_prepare_flow()
741 if (flow_mask->dport) { in otx2_tc_prepare_flow()
751 flow_mask->sport = match.mask->src; in otx2_tc_prepare_flow()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c723 !test_and_set_bit(last, &rcd->flow_mask)) in kern_reserve_flow()
726 nr = ffz(rcd->flow_mask); in kern_reserve_flow()
728 (sizeof(rcd->flow_mask) * BITS_PER_BYTE)); in kern_reserve_flow()
731 set_bit(nr, &rcd->flow_mask); in kern_reserve_flow()
831 clear_bit(fs->index, &rcd->flow_mask); in hfi1_kern_clear_hw_flow()
H A Dhfi.h309 unsigned long flow_mask; member