Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1572 p_tx->cur_send_frag_num = 0; in qed_ll2_establish_connection()
1782 p_tx->cur_send_frag_num = 0; in qed_ll2_prepare_tx_packet_set()
1784 p_curp->bds_set[p_tx->cur_send_frag_num].tx_frag = pkt->first_frag; in qed_ll2_prepare_tx_packet_set()
1785 p_curp->bds_set[p_tx->cur_send_frag_num].frag_len = pkt->first_frag_len; in qed_ll2_prepare_tx_packet_set()
1786 p_tx->cur_send_frag_num++; in qed_ll2_prepare_tx_packet_set()
1864 if (p_ll2->tx_queue.cur_send_frag_num == pkt->num_of_bds) in qed_ll2_prepare_tx_packet_set_bd()
1868 for (frag_idx = p_ll2->tx_queue.cur_send_frag_num; in qed_ll2_prepare_tx_packet_set_bd()
1890 if (p_ll2_conn->tx_queue.cur_send_frag_num != in qed_ll2_tx_packet_notify()
1898 p_ll2_conn->tx_queue.cur_send_frag_num = 0; in qed_ll2_tx_packet_notify()
1989 u16 cur_send_frag_num = 0; in qed_ll2_set_fragment_of_tx_packet() local
[all …]
Dqed_ll2.h93 u16 cur_send_frag_num; member