Home
last modified time | relevance | path

Searched refs:xcast_mode (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c667 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in txgbe_set_vf_mc_promisc() local
673 if (xcast_mode == TXGBEVF_XCAST_MODE_PROMISC) in txgbe_set_vf_mc_promisc()
683 if (vfinfo[vf].xcast_mode == xcast_mode) in txgbe_set_vf_mc_promisc()
686 switch (xcast_mode) { in txgbe_set_vf_mc_promisc()
725 vfinfo[vf].xcast_mode = xcast_mode; in txgbe_set_vf_mc_promisc()
728 msgbuf[1] = xcast_mode; in txgbe_set_vf_mc_promisc()
H A Dtxgbe_ethdev.h109 uint16_t xcast_mode; member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c30 static s32 ixgbevf_hv_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) in ixgbevf_hv_update_xcast_mode() argument
32 UNREFERENCED_2PARAMETER(hw, xcast_mode); in ixgbevf_hv_update_xcast_mode()
H A Dixgbe_vf.c396 s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) in ixgbevf_update_xcast_mode() argument
404 if (xcast_mode > IXGBEVF_XCAST_MODE_ALLMULTI) in ixgbevf_update_xcast_mode()
414 msgbuf[1] = xcast_mode; in ixgbevf_update_xcast_mode()
H A Dixgbe_vf.h108 s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode);
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c712 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in ixgbe_set_vf_mc_promisc() local
718 if (xcast_mode == IXGBEVF_XCAST_MODE_PROMISC) in ixgbe_set_vf_mc_promisc()
728 if (vfinfo[vf].xcast_mode == xcast_mode) in ixgbe_set_vf_mc_promisc()
731 switch (xcast_mode) { in ixgbe_set_vf_mc_promisc()
769 vfinfo[vf].xcast_mode = xcast_mode; in ixgbe_set_vf_mc_promisc()
772 msgbuf[1] = xcast_mode; in ixgbe_set_vf_mc_promisc()
H A Dixgbe_ethdev.h272 uint16_t xcast_mode; member
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c427 u32 msg[3], xcast_mode; in fm10k_update_xcast_mode_pf() local
442 xcast_mode = ((u32)mode << 16) | glort; in fm10k_update_xcast_mode_pf()
446 fm10k_tlv_attr_put_u32(msg, FM10K_PF_ATTR_ID_XCAST_MODE, xcast_mode); in fm10k_update_xcast_mode_pf()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h510 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode);