Searched refs:xcast_mode (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 526 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 D | ngbe_ethdev.h | 115 uint16_t xcast_mode; member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 666 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 D | txgbe_ethdev.h | 188 uint16_t xcast_mode; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 729 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 D | ixgbe_ethdev.h | 267 uint16_t xcast_mode; member
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 31 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 D | ixgbe_vf.c | 396 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 D | ixgbe_vf.h | 108 s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode);
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_vf.c | 348 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 D | txgbe_vf.h | 54 s32 txgbevf_update_xcast_mode(struct txgbe_hw *hw, int xcast_mode);
|
| H A D | txgbe_type.h | 581 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode);
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_pf.c | 427 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()
|