Home
last modified time | relevance | path

Searched refs:iavf_vsi (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf.h58 struct iavf_vsi { struct
104 struct iavf_vsi *vsi;
428 struct iavf_vsi vsi;
570 void iavf_notify_client_message(struct iavf_vsi *vsi, u8 *msg, u16 len);
571 void iavf_notify_client_l2_params(struct iavf_vsi *vsi);
572 void iavf_notify_client_open(struct iavf_vsi *vsi);
573 void iavf_notify_client_close(struct iavf_vsi *vsi, bool reset);
Diavf_client.c36 void iavf_client_get_params(struct iavf_vsi *vsi, struct iavf_params *params) in iavf_client_get_params()
58 void iavf_notify_client_message(struct iavf_vsi *vsi, u8 *msg, u16 len) in iavf_notify_client_message()
82 void iavf_notify_client_l2_params(struct iavf_vsi *vsi) in iavf_notify_client_l2_params()
110 void iavf_notify_client_open(struct iavf_vsi *vsi) in iavf_notify_client_open()
162 void iavf_notify_client_close(struct iavf_vsi *vsi, bool reset) in iavf_notify_client_close()
188 struct iavf_vsi *vsi = &adapter->vsi; in iavf_client_add_instance()
Diavf_txrx.h381 struct iavf_vsi *vsi; /* Backreference to associated VSI */
450 void iavf_detect_recover_hung(struct iavf_vsi *vsi);
Diavf_txrx.c135 static void iavf_force_wb(struct iavf_vsi *vsi, struct iavf_q_vector *q_vector) in iavf_force_wb()
155 void iavf_detect_recover_hung(struct iavf_vsi *vsi) in iavf_detect_recover_hung()
211 static bool iavf_clean_tx_irq(struct iavf_vsi *vsi, in iavf_clean_tx_irq()
353 static void iavf_enable_wb_on_itr(struct iavf_vsi *vsi, in iavf_enable_wb_on_itr()
980 static inline void iavf_rx_checksum(struct iavf_vsi *vsi, in iavf_rx_checksum()
1665 static inline void iavf_update_enable_itr(struct iavf_vsi *vsi, in iavf_update_enable_itr()
1729 struct iavf_vsi *vsi = q_vector->vsi; in iavf_napi_poll()
Diavf_main.c2459 struct iavf_vsi *vsi = &adapter->vsi; in iavf_parse_vf_resource_msg()