Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c221 bool if_up = netif_running(dev); in otx2_set_channels() local
227 if (if_up) in otx2_set_channels()
239 if (if_up) in otx2_set_channels()
309 bool if_up = netif_running(netdev); in otx2_set_ringparam() local
336 if (if_up) in otx2_set_ringparam()
343 if (if_up) in otx2_set_ringparam()
H A Dotx2_vf.c388 bool if_up = netif_running(netdev); in otx2vf_change_mtu() local
391 if (if_up) in otx2vf_change_mtu()
398 if (if_up) in otx2vf_change_mtu()
H A Dotx2_pf.c51 bool if_up = netif_running(netdev); in otx2_change_mtu() local
54 if (if_up) in otx2_change_mtu()
61 if (if_up) in otx2_change_mtu()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c721 bool if_up = netif_running(dev); in nicvf_set_channels() local
739 if (if_up) in nicvf_set_channels()
767 if (if_up) in nicvf_set_channels()
H A Dnicvf_main.c1839 bool if_up = netif_running(nic->netdev); in nicvf_xdp_setup() local
1867 if (if_up) in nicvf_xdp_setup()
1884 if (if_up) { in nicvf_xdp_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h617 u8 if_up; member
H A Dcommands.c2270 cmd->if_up = !!up; in qtnf_cmd_send_updown_intf()