Searched refs:IDPF_VPORT_UP (Results 1 – 5 of 5) 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() 616 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_add_mac_filter() 979 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_stop() 1006 clear_bit(IDPF_VPORT_UP, np->state); in idpf_vport_stop() 1444 set_bit(IDPF_VPORT_UP, np->state); in idpf_up_complete() 1489 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_vport_open() 1998 bool vport_is_up = test_bit(IDPF_VPORT_UP, np->state); in idpf_initiate_soft_reset() 2260 if (test_bit(IDPF_VPORT_UP, np->state)) { in idpf_set_features()
|
| H A D | idpf_ethtool.c | 505 if (test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_rxfh() 1220 if (!test_bit(IDPF_VPORT_UP, np->state)) { in idpf_get_ethtool_stats() 1372 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_q_coalesce() 1560 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_set_coalesce() 1763 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_get_ts_stats()
|
| H A D | idpf.h | 138 IDPF_VPORT_UP, enumerator
|
| H A D | idpf_virtchnl.c | 71 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_handle_event_link() 2763 if (!test_bit(IDPF_VPORT_UP, np->state)) in idpf_send_get_stats_msg()
|
| H A D | idpf_txrx.c | 2280 dont_wake = !complq_ok || !test_bit(IDPF_VPORT_UP, np->state) || in idpf_tx_clean_complq()
|