Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_dev.h143 otx2_pfvf_func(int pf, int vf) in otx2_pfvf_func() function
H A Dotx2_dev.c195 msg->pcifunc = otx2_pfvf_func(dev->pf, vf); in vf_pf_process_msgs()
268 msg->pcifunc = otx2_pfvf_func(dev->pf, vf); in vf_pf_process_up_msgs()
760 req->hdr.pcifunc = otx2_pfvf_func(dev->pf, vf); in vf_flr_send_msg()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_mcast.c108 action |= ((uint64_t)otx2_pfvf_func(dev->pf, dev->vf)) << 4; in nix_hw_update_mc_addr_list()
H A Dotx2_vlan.c48 int pcifunc = otx2_pfvf_func(dev->pf, dev->vf); in nix_set_rx_vlan_action()
H A Dotx2_flow_parse.c826 pf_func = otx2_pfvf_func(hw->pf, hw->vf); in otx2_flow_parse_actions()