Searched refs:xcast_mode (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1040 int xcast_mode; local
1047 xcast_mode = (dev->flags & IFF_PROMISC) ? FM10K_XCAST_MODE_PROMISC :
1055 if (interface->xcast_mode != xcast_mode) {
1057 if (xcast_mode == FM10K_XCAST_MODE_PROMISC)
1062 if (interface->xcast_mode == FM10K_XCAST_MODE_PROMISC)
1068 xcast_mode);
1071 interface->xcast_mode = xcast_mode;
1086 int xcast_mode, local
[all...]
H A Dfm10k_pf.c396 u32 msg[3], xcast_mode; local
409 xcast_mode = ((u32)mode << 16) | glort;
413 fm10k_tlv_attr_put_u32(msg, FM10K_PF_ATTR_ID_XCAST_MODE, xcast_mode);
H A Dfm10k.h294 int xcast_mode; member in struct:fm10k_intfc
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c537 * @xcast_mode: new multicast mode
541 static s32 ixgbevf_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) argument
549 if (xcast_mode == IXGBEVF_XCAST_MODE_PROMISC)
561 msgbuf[1] = xcast_mode;
578 * @xcast_mode: unused
582 static s32 ixgbevf_hv_update_xcast_mode(struct ixgbe_hw *hw, int xcast_mode) argument
H A Dixgbevf_main.c2131 int xcast_mode; local
2135 xcast_mode = IXGBEVF_XCAST_MODE_PROMISC;
2137 xcast_mode = IXGBEVF_XCAST_MODE_ALLMULTI;
2139 xcast_mode = IXGBEVF_XCAST_MODE_MULTI;
2141 xcast_mode = IXGBEVF_XCAST_MODE_NONE;
2145 hw->mac.ops.update_xcast_mode(hw, xcast_mode);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c113 adapter->vfinfo[i].xcast_mode = IXGBEVF_XCAST_MODE_NONE;
1160 int xcast_mode = msgbuf[1]; local
1167 if (xcast_mode == IXGBEVF_XCAST_MODE_PROMISC)
1177 if (xcast_mode > IXGBEVF_XCAST_MODE_MULTI &&
1179 xcast_mode = IXGBEVF_XCAST_MODE_MULTI;
1182 if (adapter->vfinfo[vf].xcast_mode == xcast_mode)
1185 switch (xcast_mode) {
1224 adapter->vfinfo[vf].xcast_mode = xcast_mode;
[all...]
H A Dixgbe.h226 int xcast_mode; member in struct:vf_data_storage

Completed in 170 milliseconds