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.c462 struct flow_msg *flow_mask, struct flow_rule *rule, in otx2_tc_process_vlan() argument
505 flow_mask->vlan_itci = htons(vlan_tci_mask); in otx2_tc_process_vlan()
509 flow_mask->vlan_tci = htons(vlan_tci_mask); in otx2_tc_process_vlan()
523 struct flow_msg *flow_mask = &req->mask; in otx2_tc_prepare_flow() local
554 flow_mask->etype = match.mask->n_proto; in otx2_tc_prepare_flow()
603 flow_mask->ip_flag = IPV4_FLAG_MORE; in otx2_tc_prepare_flow()
608 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()
[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