Searched refs:rx_mode_work (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
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) 780 struct hinic_rx_mode_work *rx_mode_work = work_to_rx_mode_work(work); in set_rx_mode() local 781 struct hinic_dev *nic_dev = rx_mode_work_to_nic_dev(rx_mode_work); in set_rx_mode() 783 hinic_port_set_rx_mode(nic_dev, rx_mode_work->rx_mode); in set_rx_mode() 792 struct hinic_rx_mode_work *rx_mode_work; in hinic_set_rx_mode() local 795 rx_mode_work = &nic_dev->rx_mode_work; in hinic_set_rx_mode() 808 rx_mode_work->rx_mode = rx_mode; in hinic_set_rx_mode() 810 queue_work(nic_dev->workq, &rx_mode_work->work); in hinic_set_rx_mode() 1160 struct hinic_rx_mode_work *rx_mode_work; in nic_dev_init() local [all …]
|
D | hinic_dev.h | 94 struct hinic_rx_mode_work rx_mode_work; member
|
/linux-6.6.21/drivers/net/ethernet/ti/icssg/ |
D | icssg_prueth.h | 171 struct work_struct rx_mode_work; member
|
D | icssg_prueth.c | 1481 cancel_work_sync(&emac->rx_mode_work); in emac_ndo_stop() 1516 struct prueth_emac *emac = container_of(work, struct prueth_emac, rx_mode_work); in emac_ndo_set_rx_mode_work() 1556 queue_work(emac->cmd_wq, &emac->rx_mode_work); in emac_ndo_set_rx_mode() 1735 INIT_WORK(&emac->rx_mode_work, emac_ndo_set_rx_mode_work); in prueth_netdev_init()
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 402 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode() 407 struct otx2_nic *vf = container_of(work, struct otx2_nic, rx_mode_work); in otx2vf_do_set_rx_mode() 494 INIT_WORK(&vf->rx_mode_work, otx2vf_do_set_rx_mode); in otx2_wq_init()
|
D | otx2_pf.c | 2130 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode() 2135 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_rx_mode_wrk_handler() 2748 INIT_WORK(&pf->rx_mode_work, otx2_rx_mode_wrk_handler); in otx2_wq_init()
|
D | otx2_common.h | 499 struct work_struct rx_mode_work; member
|
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 2022 struct nicvf *nic = container_of(vf_work, struct nicvf, rx_mode_work); in nicvf_set_rx_mode_task() 2072 kfree(nic->rx_mode_work.mc); in nicvf_set_rx_mode() 2073 nic->rx_mode_work.mc = mc_list; in nicvf_set_rx_mode() 2074 nic->rx_mode_work.mode = mode; in nicvf_set_rx_mode() 2075 queue_work(nic->nicvf_rx_mode_wq, &nic->rx_mode_work.work); in nicvf_set_rx_mode() 2240 INIT_WORK(&nic->rx_mode_work.work, nicvf_set_rx_mode_task); in nicvf_probe()
|
D | nic.h | 324 struct nicvf_work rx_mode_work; member
|
/linux-6.6.21/drivers/net/ethernet/adi/ |
D | adin1110.c | 142 struct work_struct rx_mode_work; member 861 port_priv = container_of(work, struct adin1110_port_priv, rx_mode_work); in adin1110_rx_mode_work() 877 schedule_work(&port_priv->rx_mode_work); in adin1110_set_rx_mode() 1591 INIT_WORK(&port_priv->rx_mode_work, adin1110_rx_mode_work); in adin1110_probe_netdevs()
|
/linux-6.6.21/drivers/s390/net/ |
D | qeth_l3_main.c | 1155 rx_mode_work); in qeth_l3_rx_mode_work() 1784 schedule_work(&card->rx_mode_work); in qeth_l3_set_rx_mode() 1948 INIT_WORK(&card->rx_mode_work, qeth_l3_rx_mode_work); in qeth_l3_probe_device()
|
D | qeth_l2_main.c | 457 rx_mode_work); in qeth_l2_rx_mode_work() 533 schedule_work(&card->rx_mode_work); in qeth_l2_set_rx_mode() 2307 INIT_WORK(&card->rx_mode_work, qeth_l2_rx_mode_work); in qeth_l2_probe_device()
|
D | qeth_core.h | 834 struct work_struct rx_mode_work; member
|
D | qeth_core_main.c | 5380 cancel_work_sync(&card->rx_mode_work); in qeth_set_offline()
|