Home
last modified time | relevance | path

Searched refs:vmdq (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h47 int ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
66 int ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
67 int ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq);
68 int ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
H A Dixgbe_sriov.c702 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_vf_reset_event() local
704 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_vf_reset_event()
813 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_write_qde() local
814 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_write_qde()
883 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_vf_reset_msg() local
889 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_vf_reset_msg()
1066 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_get_vf_queues() local
1085 msgbuf[IXGBE_VF_TX_QUEUES] = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_get_vf_queues()
1086 msgbuf[IXGBE_VF_RX_QUEUES] = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_get_vf_queues()
1700 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_set_vf_rate_limit() local
[all …]
H A Dixgbe_82598.c785 static int ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_82598() argument
798 rar_high |= FIELD_PREP(IXGBE_RAH_VIND_MASK, vmdq); in ixgbe_set_vmdq_82598()
809 static int ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_82598() argument
H A Dixgbe_type_e610.h881 u8 vmdq; /* VMDQ supported */
876 u8 vmdq; /* VMDQ supported */ global() member
H A Dixgbe_e610.c560 caps->vmdq = (number == 1); in ixgbe_parse_e610_caps()
H A Dixgbe_main.c6569 /* update SAN MAC vmdq pool selection */ in ixgbe_reset()
8239 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_vf_tx_pending()
8240 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask); in ixgbe_vf_tx_pending()
9676 /* update SAN MAC vmdq pool selection */ in ixgbe_del_sanmac_netdev()
10092 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in handle_redirect_action()
10102 *queue = vf * __ALIGN_MASK(1, ~vmdq->mask); in handle_redirect_action()
8219 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; ixgbe_vf_tx_pending() local
10072 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; handle_redirect_action() local
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c280 struct wx_ring_feature *vmdq = &wx->ring_feature[RING_F_VMDQ]; in wx_write_qde() local
281 u32 q_per_pool = __ALIGN_MASK(1, ~vmdq->mask); in wx_write_qde()
341 struct wx_ring_feature *vmdq = &wx->ring_feature[RING_F_VMDQ]; in wx_get_vf_queues() local
344 msgbuf[WX_VF_TX_QUEUES] = __ALIGN_MASK(1, ~vmdq->mask); in wx_get_vf_queues()
345 msgbuf[WX_VF_RX_QUEUES] = __ALIGN_MASK(1, ~vmdq->mask); in wx_get_vf_queues()
H A Dwx_lib.c2005 struct wx_ring_feature *vmdq = &wx->ring_feature[RING_F_VMDQ]; in wx_cache_ring_vmdq() local
2016 reg_idx = vmdq->offset * __ALIGN_MASK(1, ~vmdq->mask); in wx_cache_ring_vmdq()
2019 if ((reg_idx & ~vmdq->mask) >= rss->indices) in wx_cache_ring_vmdq()
2020 reg_idx = __ALIGN_MASK(reg_idx, ~vmdq->mask); in wx_cache_ring_vmdq()
2023 reg_idx = vmdq->offset * __ALIGN_MASK(1, ~vmdq->mask); in wx_cache_ring_vmdq()
2027 reg_idx = __ALIGN_MASK(reg_idx, ~vmdq->mask); in wx_cache_ring_vmdq()
2032 reg_idx = vmdq->offset; in wx_cache_ring_vmdq()
2037 reg_idx = vmdq in wx_cache_ring_vmdq()
[all...]
H A Dwx_hw.c843 * @vmdq: VMDq pool index to remove from the rar
845 static int wx_clear_vmdq(struct wx *wx, u32 rar, u32 __maybe_unused vmdq) in wx_clear_vmdq() argument
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c437 u32 vmdq) in ixgbevf_set_rar_vf() argument
473 u32 vmdq) in ixgbevf_hv_set_rar_vf() argument
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h221 bool vmdq; member
H A Di40e_common.c2707 p->vmdq = true; in i40e_parse_discover_capabilities()
H A Di40e_main.c11891 * the queues per vmdq. If this is still more than are in i40e_init_msix()
12764 if (pf->hw.func_caps.vmdq && num_online_cpus() != 1) { in i40e_sw_init()
15176 "qs_avail=%d FD SB=%d lan_qs=%d lan_tc0=%d vf=%d*%d vmdq=%d*%d, remaining=%d\n", in i40e_determine_queue_usage()