Searched refs:xcast_mode (Results 1 – 9 of 9) sorted by relevance
667 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in txgbe_set_vf_mc_promisc() local673 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()
109 uint16_t xcast_mode; member
30 static s32 ixgbevf_hv_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) in ixgbevf_hv_update_xcast_mode() argument32 UNREFERENCED_2PARAMETER(hw, xcast_mode); in ixgbevf_hv_update_xcast_mode()
396 s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) in ixgbevf_update_xcast_mode() argument404 if (xcast_mode > IXGBEVF_XCAST_MODE_ALLMULTI) in ixgbevf_update_xcast_mode()414 msgbuf[1] = xcast_mode; in ixgbevf_update_xcast_mode()
108 s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode);
712 int xcast_mode = msgbuf[1]; /* msgbuf contains the flag to enable */ in ixgbe_set_vf_mc_promisc() local718 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()
272 uint16_t xcast_mode; member
427 u32 msg[3], xcast_mode; in fm10k_update_xcast_mode_pf() local442 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()
510 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode);