Searched refs:rx_mode_work (Results 1 – 15 of 15) sorted by relevance
| /drivers/net/ethernet/huawei/hinic/ |
| A D | hinic_main.c | 68 #define rx_mode_work_to_nic_dev(rx_mode_work) \ argument 69 container_of(rx_mode_work, struct hinic_dev, rx_mode_work) 794 struct hinic_rx_mode_work *rx_mode_work; in hinic_set_rx_mode() local 797 rx_mode_work = &nic_dev->rx_mode_work; in hinic_set_rx_mode() 810 rx_mode_work->rx_mode = rx_mode; in hinic_set_rx_mode() 1162 struct hinic_rx_mode_work *rx_mode_work; in nic_dev_init() local 1271 rx_mode_work = &nic_dev->rx_mode_work; in nic_dev_init() 1337 cancel_work_sync(&rx_mode_work->work); in nic_dev_init() 1419 struct hinic_rx_mode_work *rx_mode_work; in hinic_remove() local 1445 rx_mode_work = &nic_dev->rx_mode_work; in hinic_remove() [all …]
|
| A D | hinic_dev.h | 94 struct hinic_rx_mode_work rx_mode_work; member
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | otx2_vf.c | 445 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode() 450 struct otx2_nic *vf = container_of(work, struct otx2_nic, rx_mode_work); in otx2vf_do_set_rx_mode() 537 INIT_WORK(&vf->rx_mode_work, otx2vf_do_set_rx_mode); in otx2_vf_wq_init()
|
| A D | otx2_pf.c | 2335 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode() 2340 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_rx_mode_wrk_handler() 2959 INIT_WORK(&pf->rx_mode_work, otx2_rx_mode_wrk_handler); in otx2_wq_init()
|
| A D | otx2_common.h | 515 struct work_struct rx_mode_work; member
|
| /drivers/net/ethernet/cavium/thunder/ |
| A D | nicvf_main.c | 2016 struct nicvf *nic = container_of(vf_work, struct nicvf, rx_mode_work); in nicvf_set_rx_mode_task() 2066 kfree(nic->rx_mode_work.mc); in nicvf_set_rx_mode() 2067 nic->rx_mode_work.mc = mc_list; in nicvf_set_rx_mode() 2068 nic->rx_mode_work.mode = mode; in nicvf_set_rx_mode() 2069 queue_work(nic->nicvf_rx_mode_wq, &nic->rx_mode_work.work); in nicvf_set_rx_mode() 2234 INIT_WORK(&nic->rx_mode_work.work, nicvf_set_rx_mode_task); in nicvf_probe()
|
| A D | nic.h | 324 struct nicvf_work rx_mode_work; member
|
| /drivers/net/ethernet/adi/ |
| A D | adin1110.c | 142 struct work_struct rx_mode_work; member 863 port_priv = container_of(work, struct adin1110_port_priv, rx_mode_work); in adin1110_rx_mode_work() 879 schedule_work(&port_priv->rx_mode_work); in adin1110_set_rx_mode() 1593 INIT_WORK(&port_priv->rx_mode_work, adin1110_rx_mode_work); in adin1110_probe_netdevs()
|
| /drivers/net/ethernet/ti/icssg/ |
| A D | icssg_prueth.h | 225 struct work_struct rx_mode_work; member
|
| A D | icssg_prueth.c | 888 cancel_work_sync(&emac->rx_mode_work); in emac_ndo_stop() 912 struct prueth_emac *emac = container_of(work, struct prueth_emac, rx_mode_work); in emac_ndo_set_rx_mode_work() 964 queue_work(emac->cmd_wq, &emac->rx_mode_work); in emac_ndo_set_rx_mode() 1167 INIT_WORK(&emac->rx_mode_work, emac_ndo_set_rx_mode_work); in prueth_netdev_init()
|
| /drivers/s390/net/ |
| A D | qeth_l3_main.c | 1156 rx_mode_work); in qeth_l3_rx_mode_work() 1785 schedule_work(&card->rx_mode_work); in qeth_l3_set_rx_mode() 1949 INIT_WORK(&card->rx_mode_work, qeth_l3_rx_mode_work); in qeth_l3_probe_device()
|
| A D | qeth_l2_main.c | 459 rx_mode_work); in qeth_l2_rx_mode_work() 535 schedule_work(&card->rx_mode_work); in qeth_l2_set_rx_mode() 2309 INIT_WORK(&card->rx_mode_work, qeth_l2_rx_mode_work); in qeth_l2_probe_device()
|
| A D | qeth_core.h | 834 struct work_struct rx_mode_work; member
|
| A D | qeth_core_main.c | 5409 cancel_work_sync(&card->rx_mode_work); in qeth_set_offline()
|
| /drivers/net/ |
| A D | virtio_net.c | 464 struct work_struct rx_mode_work; member 3843 container_of(work, struct virtnet_info, rx_mode_work); in virtnet_rx_mode_work() 3934 schedule_work(&vi->rx_mode_work); in virtnet_set_rx_mode() 5759 flush_work(&vi->rx_mode_work); in virtnet_freeze_down() 6882 INIT_WORK(&vi->rx_mode_work, virtnet_rx_mode_work); in virtnet_probe() 7187 flush_work(&vi->rx_mode_work); in virtnet_remove()
|
Completed in 93 milliseconds