Searched defs:xcast_mode (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c959 int xcast_mode; local
966 xcast_mode = (dev->flags & IFF_PROMISC) ? FM10K_XCAST_MODE_PROMISC :
974 if (xcast_mode != FM10K_XCAST_MODE_PROMISC) {
976 if (xcast_mode != FM10K_XCAST_MODE_ALLMULTI)
981 if (interface->xcast_mode != xcast_mode) {
983 if (xcast_mode == FM10K_XCAST_MODE_PROMISC)
985 if (interface->xcast_mode == FM10K_XCAST_MODE_PROMISC)
989 hw->mac.ops.update_xcast_mode(hw, interface->glort, xcast_mode);
992 interface->xcast_mode
1002 int xcast_mode; local
[all...]
H A Dfm10k_pf.c417 u32 msg[3], xcast_mode; local
429 xcast_mode = ((u32)mode << 16) | glort;
433 fm10k_tlv_attr_put_u32(msg, FM10K_PF_ATTR_ID_XCAST_MODE, xcast_mode);
H A Dfm10k.h251 int xcast_mode; member in struct:fm10k_intfc

Completed in 158 milliseconds