Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_dcbnl.c150 bool if_up = netif_running(dev); in otx2_pfc_update_sq_smq_mapping() local
153 if (if_up) { in otx2_pfc_update_sq_smq_mapping()
194 if (if_up) { in otx2_pfc_update_sq_smq_mapping()
206 bool if_up = netif_running(pfvf->netdev); in otx2_pfc_txschq_update() local
218 if (if_up) in otx2_pfc_txschq_update()
222 if (if_up) in otx2_pfc_txschq_update()
335 bool if_up = netif_running(pfvf->netdev); in otx2_update_bpid_in_rqctx() local
347 if (if_up) { in otx2_update_bpid_in_rqctx()
385 if (if_up) { in otx2_update_bpid_in_rqctx()
Dotx2_ethtool.c284 bool if_up = netif_running(dev); in otx2_set_channels() local
296 if (if_up) in otx2_set_channels()
308 if (if_up) in otx2_set_channels()
387 bool if_up = netif_running(netdev); in otx2_set_ringparam() local
430 if (if_up) in otx2_set_ringparam()
440 if (if_up) in otx2_set_ringparam()
Dotx2_vf.c441 bool if_up = netif_running(netdev); in otx2vf_change_mtu() local
444 if (if_up) in otx2vf_change_mtu()
451 if (if_up) in otx2vf_change_mtu()
Dotx2_pf.c55 bool if_up = netif_running(netdev); in otx2_change_mtu() local
63 if (if_up) in otx2_change_mtu()
70 if (if_up) in otx2_change_mtu()
2493 bool if_up = netif_running(pf->netdev); in otx2_xdp_setup() local
2501 if (if_up) in otx2_xdp_setup()
2522 if (if_up) in otx2_xdp_setup()
/Linux-v6.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c728 bool if_up = netif_running(dev); in nicvf_set_channels() local
746 if (if_up) in nicvf_set_channels()
774 if (if_up) in nicvf_set_channels()
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-v6.1/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h617 u8 if_up; member
Dcommands.c2229 cmd->if_up = !!up; in qtnf_cmd_send_updown_intf()