Home
last modified time | relevance | path

Searched refs:vf_offset (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h480 uint8_t vf_offset; member
488 uint8_t vf_offset; member
H A Dhns3_ethdev.c510 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in hns3_set_vlan_rx_offload_cfg()
512 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_rx_offload_cfg()
718 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in hns3_set_vlan_tx_offload_cfg()
720 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_tx_offload_cfg()
/f-stack/dpdk/drivers/net/qede/base/
H A Dmcp_public.h1148 u32 vf_offset; member
H A Decore_mcp.c4066 p_out_params->vf_resc_start = mfw_resc_info.vf_offset; in ecore_mcp_resc_allocation_msg()