Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c68 #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()
1150 struct hinic_rx_mode_work *rx_mode_work; in nic_dev_init() local
[all …]
Dhinic_dev.h90 struct hinic_rx_mode_work rx_mode_work; member
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c407 queue_work(vf->otx2_wq, &vf->rx_mode_work); in otx2vf_set_rx_mode()
412 struct otx2_nic *vf = container_of(work, struct otx2_nic, rx_mode_work); in otx2vf_do_set_rx_mode()
498 INIT_WORK(&vf->rx_mode_work, otx2vf_do_set_rx_mode); in otx2_wq_init()
Dotx2_common.h474 struct work_struct rx_mode_work; member
Dotx2_pf.c2006 queue_work(pf->otx2_wq, &pf->rx_mode_work); in otx2_set_rx_mode()
2011 struct otx2_nic *pf = container_of(work, struct otx2_nic, rx_mode_work); in otx2_rx_mode_wrk_handler()
2620 INIT_WORK(&pf->rx_mode_work, otx2_rx_mode_wrk_handler); in otx2_wq_init()
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c2022 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()
2236 INIT_WORK(&nic->rx_mode_work.work, nicvf_set_rx_mode_task); in nicvf_probe()
Dnic.h324 struct nicvf_work rx_mode_work; member
/linux-6.1.9/drivers/net/ethernet/adi/
Dadin1110.c142 struct work_struct rx_mode_work; member
862 port_priv = container_of(work, struct adin1110_port_priv, rx_mode_work); in adin1110_rx_mode_work()
878 schedule_work(&port_priv->rx_mode_work); in adin1110_set_rx_mode()
1571 INIT_WORK(&port_priv->rx_mode_work, adin1110_rx_mode_work); in adin1110_probe_netdevs()
/linux-6.1.9/drivers/s390/net/
Dqeth_l3_main.c1151 rx_mode_work); in qeth_l3_rx_mode_work()
1780 schedule_work(&card->rx_mode_work); in qeth_l3_set_rx_mode()
1944 INIT_WORK(&card->rx_mode_work, qeth_l3_rx_mode_work); in qeth_l3_probe_device()
Dqeth_l2_main.c457 rx_mode_work); in qeth_l2_rx_mode_work()
533 schedule_work(&card->rx_mode_work); in qeth_l2_set_rx_mode()
2306 INIT_WORK(&card->rx_mode_work, qeth_l2_rx_mode_work); in qeth_l2_probe_device()
Dqeth_core.h835 struct work_struct rx_mode_work; member
Dqeth_core_main.c5380 cancel_work_sync(&card->rx_mode_work); in qeth_set_offline()