Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ethtool.c277 bool if_up = netif_running(dev); in otx2_set_channels() local
289 if (if_up) in otx2_set_channels()
301 if (if_up) in otx2_set_channels()
375 bool if_up = netif_running(netdev); in otx2_set_ringparam() local
402 if (if_up) in otx2_set_ringparam()
409 if (if_up) in otx2_set_ringparam()
Dotx2_vf.c440 bool if_up = netif_running(netdev); in otx2vf_change_mtu() local
443 if (if_up) in otx2vf_change_mtu()
450 if (if_up) in otx2vf_change_mtu()
Dotx2_pf.c52 bool if_up = netif_running(netdev); in otx2_change_mtu() local
55 if (if_up) in otx2_change_mtu()
62 if (if_up) in otx2_change_mtu()
/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c724 bool if_up = netif_running(dev); in nicvf_set_channels() local
742 if (if_up) in nicvf_set_channels()
770 if (if_up) in nicvf_set_channels()
Dnicvf_main.c1836 bool if_up = netif_running(nic->netdev); in nicvf_xdp_setup() local
1864 if (if_up) in nicvf_xdp_setup()
1881 if (if_up) { in nicvf_xdp_setup()
/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h617 u8 if_up; member
Dcommands.c2229 cmd->if_up = !!up; in qtnf_cmd_send_updown_intf()