/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1251 * @all_multi: Counter to keep track of all multicast mode set. 1293 u8 all_multi; member 3785 if (hw->all_multi) in hw_setup() 4933 if (hw->all_multi) in netdev_tx_timeout() 4934 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout() 5377 --hw->all_multi; in netdev_close() 5449 hw->all_multi = 0; in prepare_hardware() 5711 u8 all_multi = hw->all_multi; in dev_set_multicast() local 5714 ++hw->all_multi; in dev_set_multicast() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1183 * @all_multi: Counter to keep track of all multicast mode set. 1225 u8 all_multi; member 3412 if (hw->all_multi) in hw_setup() 4560 if (hw->all_multi) in netdev_tx_timeout() 4561 hw_set_multicast(hw, hw->all_multi); in netdev_tx_timeout() 5003 --hw->all_multi; in netdev_close() 5075 hw->all_multi = 0; in prepare_hardware() 5336 u8 all_multi = hw->all_multi; in dev_set_multicast() local 5339 ++hw->all_multi; in dev_set_multicast() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1464 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change 1473 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() 1483 if (all_multi < 0) in t4vf_set_rxmode() 1484 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4vf_set_rxmode() 1499 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4vf_set_rxmode() 1472 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4vf_set_rxmode() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1465 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change 1474 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() 1484 if (all_multi < 0) in t4vf_set_rxmode() 1485 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4vf_set_rxmode() 1500 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4vf_set_rxmode() 1473 t4vf_set_rxmode(struct adapter *adapter, unsigned int viid, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4vf_set_rxmode() argument
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1447 all_multi = array_nests | multi_attrs 1449 for anest in sorted(all_multi): 1462 for anest in sorted(all_multi):
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 7732 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change 7740 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() 7751 if (all_multi < 0) in t4_set_rxmode() 7752 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4_set_rxmode() 7766 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4_set_rxmode() 7739 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int viid_mirror, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4_set_rxmode() argument
|
H A D | cxgb4.h | 2006 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 7702 * @all_multi: 1 to enable all-multi mode, 0 to disable it, -1 no change 7710 unsigned int viid_mirror, int mtu, int promisc, int all_multi, in t4_set_rxmode() 7721 if (all_multi < 0) in t4_set_rxmode() 7722 all_multi = FW_VI_RXMODE_CMD_ALLMULTIEN_M; in t4_set_rxmode() 7736 FW_VI_RXMODE_CMD_ALLMULTIEN_V(all_multi) | in t4_set_rxmode() 7709 t4_set_rxmode(struct adapter *adap, unsigned int mbox, unsigned int viid, unsigned int viid_mirror, int mtu, int promisc, int all_multi, int bcast, int vlanex, bool sleep_ok) t4_set_rxmode() argument
|
H A D | cxgb4.h | 2002 unsigned int viid_mirror, int mtu, int promisc, int all_multi,
|