Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf.h58 struct iavf_vsi { struct
106 struct iavf_vsi *vsi;
419 struct iavf_vsi vsi;
564 void iavf_notify_client_message(struct iavf_vsi *vsi, u8 *msg, u16 len);
565 void iavf_notify_client_l2_params(struct iavf_vsi *vsi);
566 void iavf_notify_client_open(struct iavf_vsi *vsi);
567 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 */
452 void iavf_force_wb(struct iavf_vsi *vsi, struct iavf_q_vector *q_vector);
454 void iavf_detect_recover_hung(struct iavf_vsi *vsi);
Diavf_txrx.c134 void iavf_detect_recover_hung(struct iavf_vsi *vsi) in iavf_detect_recover_hung()
190 static bool iavf_clean_tx_irq(struct iavf_vsi *vsi, in iavf_clean_tx_irq()
332 static void iavf_enable_wb_on_itr(struct iavf_vsi *vsi, in iavf_enable_wb_on_itr()
358 void iavf_force_wb(struct iavf_vsi *vsi, struct iavf_q_vector *q_vector) in iavf_force_wb()
978 static inline void iavf_rx_checksum(struct iavf_vsi *vsi, in iavf_rx_checksum()
1663 static inline void iavf_update_enable_itr(struct iavf_vsi *vsi, in iavf_update_enable_itr()
1727 struct iavf_vsi *vsi = q_vector->vsi; in iavf_napi_poll()
Diavf_main.c2211 struct iavf_vsi *vsi = &adapter->vsi; in iavf_parse_vf_resource_msg()