Searched refs:IDPF_VPORT_UP (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lib.c | 545 if (test_bit(IDPF_VPORT_UP, np->state)) { in idpf_del_mac_filter() 618 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_add_mac_filter() 989 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_stop() 1018 clear_bit(IDPF_VPORT_UP, np->state); in idpf_vport_stop() 1465 set_bit(IDPF_VPORT_UP, np->state); in idpf_up_complete() 1511 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_open() 2013 bool vport_is_up = test_bit(IDPF_VPORT_UP, np->state); in idpf_initiate_soft_reset() 2280 if (test_bit(IDPF_VPORT_UP, np->state)) { in idpf_set_features()
|
| H A D | idpf_ethtool.c | 494 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_rxfh() 1211 if (!test_bit(IDPF_VPORT_UP, np->state)) { in idpf_get_ethtool_stats() 1367 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_q_coalesce() 1557 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_coalesce() 1762 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_ts_stats()
|
| H A D | idpf.h | 139 IDPF_VPORT_UP, enumerator
|
| H A D | xdp.c | 464 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_xdp_setup_prog()
|
| H A D | idpf_virtchnl.c | 58 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_handle_event_link() 2426 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_send_get_stats_msg()
|
| H A D | idpf_txrx.c | 2296 dont_wake = !complq_ok || !test_bit(IDPF_VPORT_UP, np->state) || in idpf_tx_clean_complq()
|