Home
last modified time | relevance | path

Searched refs:flow_key_alg (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c652 req.flow_key_alg = action.flow_key_alg; in rvu_npc_install_ucast_entry()
668 u8 flow_key_alg; in rvu_npc_install_promisc_entry() local
699 flow_key_alg = action.flow_key_alg; in rvu_npc_install_promisc_entry()
740 req.flow_key_alg = flow_key_alg; in rvu_npc_install_promisc_entry()
836 u8 flow_key_alg; in rvu_npc_install_allmulti_entry() local
871 flow_key_alg = action.flow_key_alg; in rvu_npc_install_allmulti_entry()
908 req.flow_key_alg = flow_key_alg; in rvu_npc_install_allmulti_entry()
996 action.flow_key_alg = alg_idx; in npc_update_rx_action_with_alg_idx()
1040 action.flow_key_alg = alg_idx; in rvu_npc_update_flowkey_alg_idx()
H A Dnpc.h399 u64 flow_key_alg :5; member
409 u64 flow_key_alg :5;
H A Drvu_npc_fs.c1157 action.flow_key_alg = req->flow_key_alg; in npc_update_rx_entry()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h141 u64 flow_key_alg : 5; member
H A Dotx2_flows.c1011 req->flow_key_alg = pfvf->hw.flowkey_alg_idx; in otx2_add_flow_msg()