Home
last modified time | relevance | path

Searched refs:p_cur_send_packet (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c2009 struct qed_ll2_tx_packet *p_cur_send_packet = NULL; in qed_ll2_set_fragment_of_tx_packet() local
2023 p_cur_send_packet = p_ll2_conn->tx_queue.cur_send_packet; in qed_ll2_set_fragment_of_tx_packet()
2026 if (cur_send_frag_num >= p_cur_send_packet->bd_used) in qed_ll2_set_fragment_of_tx_packet()
2030 p_bd = p_cur_send_packet->bds_set[cur_send_frag_num].txq_bd; in qed_ll2_set_fragment_of_tx_packet()
2033 p_cur_send_packet->bds_set[cur_send_frag_num].tx_frag = addr; in qed_ll2_set_fragment_of_tx_packet()
2034 p_cur_send_packet->bds_set[cur_send_frag_num].frag_len = nbytes; in qed_ll2_set_fragment_of_tx_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c2053 struct qed_ll2_tx_packet *p_cur_send_packet = NULL; in qed_ll2_set_fragment_of_tx_packet() local
2067 p_cur_send_packet = p_ll2_conn->tx_queue.cur_send_packet; in qed_ll2_set_fragment_of_tx_packet()
2070 if (unlikely(cur_send_frag_num >= p_cur_send_packet->bd_used)) in qed_ll2_set_fragment_of_tx_packet()
2074 p_bd = p_cur_send_packet->bds_set[cur_send_frag_num].txq_bd; in qed_ll2_set_fragment_of_tx_packet()
2077 p_cur_send_packet->bds_set[cur_send_frag_num].tx_frag = addr; in qed_ll2_set_fragment_of_tx_packet()
2078 p_cur_send_packet->bds_set[cur_send_frag_num].frag_len = nbytes; in qed_ll2_set_fragment_of_tx_packet()

Completed in 7 milliseconds