Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c498 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in get_vlan_rx_offload_cfg()
500 req->vf_bitmap[req->vf_offset] = bitmap; in get_vlan_rx_offload_cfg()
588 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in get_vlan_tx_offload_cfg()
590 req->vf_bitmap[req->vf_offset] = bitmap; in get_vlan_tx_offload_cfg()
H A Dhns3_cmd.h526 uint8_t vf_offset; member
534 uint8_t vf_offset; member
H A Dhns3_ethdev.c580 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in hns3_set_vlan_rx_offload_cfg()
582 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_rx_offload_cfg()
774 req->vf_offset = vport_id / HNS3_VF_NUM_PER_CMD; in hns3_set_vlan_tx_offload_cfg()
776 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_tx_offload_cfg()
/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()