Home
last modified time | relevance | path

Searched refs:if_up (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_dcbnl.c145 bool if_up = netif_running(dev); in otx2_pfc_update_sq_smq_mapping() local
148 if (if_up) { in otx2_pfc_update_sq_smq_mapping()
189 if (if_up) { in otx2_pfc_update_sq_smq_mapping()
201 bool if_up = netif_running(pfvf->netdev); in otx2_pfc_txschq_update() local
213 if (if_up) in otx2_pfc_txschq_update()
217 if (if_up) in otx2_pfc_txschq_update()
338 bool if_up = netif_running(pfvf->netdev); in otx2_update_bpid_in_rqctx() local
350 if (if_up) { in otx2_update_bpid_in_rqctx()
388 if (if_up) { in otx2_update_bpid_in_rqctx()
H A Dotx2_ethtool.c275 bool if_up = netif_running(dev); in otx2_set_channels() local
287 if (if_up) in otx2_set_channels()
303 if (if_up) in otx2_set_channels()
391 bool if_up = netif_running(netdev); in otx2_set_ringparam() local
434 if (if_up) in otx2_set_ringparam()
444 if (if_up) in otx2_set_ringparam()
H A Dotx2_vf.c453 bool if_up = netif_running(netdev); in otx2vf_change_mtu() local
456 if (if_up) in otx2vf_change_mtu()
463 if (if_up) in otx2vf_change_mtu()
H A Dotx2_pf.c59 bool if_up = netif_running(netdev); in otx2_change_mtu() local
67 if (if_up) in otx2_change_mtu()
74 if (if_up) in otx2_change_mtu()
2740 bool if_up = netif_running(pf->netdev); in otx2_xdp_setup() local
2748 if (if_up) in otx2_xdp_setup()
2770 if (if_up) in otx2_xdp_setup()
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c729 bool if_up = netif_running(dev); in nicvf_set_channels() local
752 if (if_up) in nicvf_set_channels()
780 if (if_up) in nicvf_set_channels()
H A Dnicvf_main.c1835 bool if_up = netif_running(nic->netdev); in nicvf_xdp_setup() local
1863 if (if_up) in nicvf_xdp_setup()
1880 if (if_up) { in nicvf_xdp_setup()
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h617 u8 if_up; member
H A Dcommands.c2231 cmd->if_up = !!up; in qtnf_cmd_send_updown_intf()