Home
last modified time | relevance | path

Searched refs:IDPF_VPORT_UP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c543 if (test_bit(IDPF_VPORT_UP, np->state)) { in idpf_del_mac_filter()
616 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_add_mac_filter()
987 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_stop()
1016 clear_bit(IDPF_VPORT_UP, np->state); in idpf_vport_stop()
1457 set_bit(IDPF_VPORT_UP, np->state); in idpf_up_complete()
1503 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_open()
2008 bool vport_is_up = test_bit(IDPF_VPORT_UP, np->state); in idpf_initiate_soft_reset()
2275 if (test_bit(IDPF_VPORT_UP, np->state)) { in idpf_set_features()
H A Didpf_ethtool.c502 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_rxfh()
1219 if (!test_bit(IDPF_VPORT_UP, np->state)) { in idpf_get_ethtool_stats()
1375 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_q_coalesce()
1565 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_coalesce()
1770 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_ts_stats()
H A Dxdp.c464 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_xdp_setup_prog()
H A Didpf.h140 IDPF_VPORT_UP, enumerator
H A Didpf_virtchnl.c71 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_handle_event_link()
2813 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_send_get_stats_msg()
H A Didpf_txrx.c2296 dont_wake = !complq_ok || !test_bit(IDPF_VPORT_UP, np->state) || in idpf_tx_clean_complq()