Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c526 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in ngbe_set_vf_mc_promisc() local
532 if (xcast_mode == NGBEVF_XCAST_MODE_PROMISC) in ngbe_set_vf_mc_promisc()
542 if (vfinfo[vf].xcast_mode == xcast_mode) in ngbe_set_vf_mc_promisc()
545 switch (xcast_mode) { in ngbe_set_vf_mc_promisc()
584 vfinfo[vf].xcast_mode = xcast_mode; in ngbe_set_vf_mc_promisc()
587 msgbuf[1] = xcast_mode; in ngbe_set_vf_mc_promisc()
H A Dngbe_ethdev.h115 uint16_t xcast_mode; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c666 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in txgbe_set_vf_mc_promisc() local
672 if (xcast_mode == TXGBEVF_XCAST_MODE_PROMISC) in txgbe_set_vf_mc_promisc()
682 if (vfinfo[vf].xcast_mode == xcast_mode) in txgbe_set_vf_mc_promisc()
685 switch (xcast_mode) { in txgbe_set_vf_mc_promisc()
724 vfinfo[vf].xcast_mode = xcast_mode; in txgbe_set_vf_mc_promisc()
727 msgbuf[1] = xcast_mode; in txgbe_set_vf_mc_promisc()
H A Dtxgbe_ethdev.h188 uint16_t xcast_mode; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c729 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in ixgbe_set_vf_mc_promisc() local
735 if (xcast_mode == IXGBEVF_XCAST_MODE_PROMISC) in ixgbe_set_vf_mc_promisc()
745 if (vfinfo[vf].xcast_mode == xcast_mode) in ixgbe_set_vf_mc_promisc()
748 switch (xcast_mode) { in ixgbe_set_vf_mc_promisc()
786 vfinfo[vf].xcast_mode = xcast_mode; in ixgbe_set_vf_mc_promisc()
789 msgbuf[1] = xcast_mode; in ixgbe_set_vf_mc_promisc()
H A Dixgbe_ethdev.h267 uint16_t xcast_mode; member
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c31 static s32 ixgbevf_hv_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) in ixgbevf_hv_update_xcast_mode() argument
33 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);
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c348 s32 txgbevf_update_xcast_mode(struct txgbe_hw *hw, int xcast_mode) in txgbevf_update_xcast_mode() argument
356 if (xcast_mode > TXGBEVF_XCAST_MODE_ALLMULTI) in txgbevf_update_xcast_mode()
366 msgbuf[1] = xcast_mode; in txgbevf_update_xcast_mode()
H A Dtxgbe_vf.h54 s32 txgbevf_update_xcast_mode(struct txgbe_hw *hw, int xcast_mode);
H A Dtxgbe_type.h581 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode);
/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()