Home
last modified time | relevance | path

Searched refs:cur_send_packet (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.h96 struct qed_ll2_tx_packet *cur_send_packet; member
A Dqed_ll2.c1616 p_tx->cur_send_packet = NULL; in qed_ll2_establish_connection()
1845 p_tx->cur_send_packet = p_curp; in qed_ll2_prepare_tx_packet_set()
1948 bool b_notify = p_ll2_conn->tx_queue.cur_send_packet->notify_fw; in qed_ll2_tx_packet_notify()
1955 p_ll2_conn->tx_queue.cur_send_packet->bd_used) in qed_ll2_tx_packet_notify()
1959 list_add_tail(&p_ll2_conn->tx_queue.cur_send_packet->list_entry, in qed_ll2_tx_packet_notify()
1961 p_ll2_conn->tx_queue.cur_send_packet = NULL; in qed_ll2_tx_packet_notify()
2017 if (unlikely(p_tx->cur_send_packet)) { in qed_ll2_prepare_tx_packet()
2062 if (unlikely(!p_ll2_conn->tx_queue.cur_send_packet)) in qed_ll2_set_fragment_of_tx_packet()
2065 p_cur_send_packet = p_ll2_conn->tx_queue.cur_send_packet; in qed_ll2_set_fragment_of_tx_packet()

Completed in 8 milliseconds