Home
last modified time | relevance | path

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

/openbmc/linux/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()
333 bool if_up = netif_running(pfvf->netdev); in otx2_update_bpid_in_rqctx() local
345 if (if_up) { in otx2_update_bpid_in_rqctx()
383 if (if_up) { in otx2_update_bpid_in_rqctx()
H A Dotx2_ethtool.c290 bool if_up = netif_running(dev); in otx2_set_channels() local
302 if (if_up) in otx2_set_channels()
318 if (if_up) in otx2_set_channels()
401 bool if_up = netif_running(netdev); in otx2_set_ringparam() local
444 if (if_up) in otx2_set_ringparam()
454 if (if_up) in otx2_set_ringparam()
H A Dotx2_vf.c451 bool if_up = netif_running(netdev); in otx2vf_change_mtu() local
454 if (if_up) in otx2vf_change_mtu()
461 if (if_up) in otx2vf_change_mtu()
H A Dotx2_pf.c57 bool if_up = netif_running(netdev); in otx2_change_mtu() local
65 if (if_up) in otx2_change_mtu()
72 if (if_up) in otx2_change_mtu()
2643 bool if_up = netif_running(pf->netdev); in otx2_xdp_setup() local
2651 if (if_up) in otx2_xdp_setup()
2673 if (if_up) in otx2_xdp_setup()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c728 bool if_up = netif_running(dev); in nicvf_set_channels() local
751 if (if_up) in nicvf_set_channels()
779 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()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h617 u8 if_up; member
H A Dcommands.c2230 cmd->if_up = !!up; in qtnf_cmd_send_updown_intf()