Home
last modified time | relevance | path

Searched refs:vf_bitmap (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h482 uint8_t vf_bitmap[HNS3_VPORT_VTAG_RX_CFG_CMD_VF_BITMAP_NUM]; member
492 uint8_t vf_bitmap[8]; member
520 uint8_t vf_bitmap[HNS3_VLAN_FILTER_VF_CFG_CMD_VF_BITMAP_NUM]; member
H A Dhns3_ethdev.c512 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_rx_offload_cfg()
720 req->vf_bitmap[req->vf_offset] = bitmap; in hns3_set_vlan_tx_offload_cfg()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.h49 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dixgbe_api.h186 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap);
H A Dixgbe_api.c1311 void ixgbe_mdd_event(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event() argument
1314 hw->mac.ops.mdd_event(hw, vf_bitmap); in ixgbe_mdd_event()
H A Dixgbe_x550.c1414 void ixgbe_mdd_event_X550(struct ixgbe_hw *hw, u32 *vf_bitmap) in ixgbe_mdd_event_X550() argument
1458 vf_bitmap[idx] |= (1 << (vf % 32)); in ixgbe_mdd_event_X550()
H A Dixgbe_type.h4019 void (*mdd_event)(struct ixgbe_hw *hw, u32 *vf_bitmap);