Searched refs:p_cur_send_packet (Results 1 – 1 of 1) sorted by relevance
1900 struct qed_ll2_tx_packet *p_cur_send_packet = NULL; in qed_ll2_set_fragment_of_tx_packet() local1914 p_cur_send_packet = p_ll2_conn->tx_queue.cur_send_packet; in qed_ll2_set_fragment_of_tx_packet()1917 if (cur_send_frag_num >= p_cur_send_packet->bd_used) in qed_ll2_set_fragment_of_tx_packet()1921 p_bd = p_cur_send_packet->bds_set[cur_send_frag_num].txq_bd; in qed_ll2_set_fragment_of_tx_packet()1924 p_cur_send_packet->bds_set[cur_send_frag_num].tx_frag = addr; in qed_ll2_set_fragment_of_tx_packet()1925 p_cur_send_packet->bds_set[cur_send_frag_num].frag_len = nbytes; in qed_ll2_set_fragment_of_tx_packet()