Home
last modified time | relevance | path

Searched refs:rx_mode_work (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h94 struct hinic_rx_mode_work rx_mode_work; member
/linux/drivers/net/ethernet/adi/
H A Dadin1110.c142 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()
1596 INIT_WORK(&port_priv->rx_mode_work, adin1110_rx_mode_work); in adin1110_probe_netdevs()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1154 cancel_work_sync(&emac->rx_mode_work); in emac_ndo_stop()
1276 struct prueth_emac *emac = container_of(work, struct prueth_emac, rx_mode_work); in emac_ndo_set_rx_mode_work()
1333 schedule_work(&emac->rx_mode_work); in emac_ndo_set_rx_mode()
1685 INIT_WORK(&emac->rx_mode_work, emac_ndo_set_rx_mode_work); in prueth_netdev_init()
2463 disable_work_sync(&prueth->emac[i]->rx_mode_work); in prueth_probe()
2523 disable_work_sync(&prueth->emac[i]->rx_mode_work); in prueth_remove()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h324 struct nicvf_work rx_mode_work; member
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_filter.c390 nic_dev = container_of(work, struct hinic3_nic_dev, rx_mode_work); in hinic3_set_rx_mode_work()
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1155 rx_mode_work); in qeth_l3_rx_mode_work()
1789 schedule_work(&card->rx_mode_work); in qeth_l3_set_rx_mode()
1953 INIT_WORK(&card->rx_mode_work, qeth_l3_rx_mode_work); in qeth_l3_probe_device()
H A Dqeth_l2_main.c458 rx_mode_work); in qeth_l2_rx_mode_work()
534 schedule_work(&card->rx_mode_work); in qeth_l2_set_rx_mode()
2308 INIT_WORK(&card->rx_mode_work, qeth_l2_rx_mode_work); in qeth_l2_probe_device()
H A Dqeth_core.h834 struct work_struct rx_mode_work; member
H A Dqeth_core_main.c5409 cancel_work_sync(&card->rx_mode_work); in qeth_set_offline()
/linux/drivers/net/
H A Dvirtio_net.c442 struct work_struct rx_mode_work; member
3827 container_of(work, struct virtnet_info, rx_mode_work); in virtnet_rx_mode_work()
3918 schedule_work(&vi->rx_mode_work); in virtnet_set_rx_mode()
5734 flush_work(&vi->rx_mode_work); in virtnet_freeze_down()
6871 INIT_WORK(&vi->rx_mode_work, virtnet_rx_mode_work); in virtnet_probe()
7187 flush_work(&vi->rx_mode_work); in virtnet_remove()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2332 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
2337 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_rx_mode_wrk_handler()
2981 INIT_WORK(&pf->rx_mode_work, otx2_rx_mode_wrk_handler); in otx2_wq_init()