Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1854 struct ecore_ll2_tx_packet *p_cur_send_packet = OSAL_NULL; in ecore_ll2_set_fragment_of_tx_packet() local
1868 p_cur_send_packet = p_ll2_conn->tx_queue.cur_send_packet; in ecore_ll2_set_fragment_of_tx_packet()
1871 if (cur_send_frag_num >= p_cur_send_packet->bd_used) in ecore_ll2_set_fragment_of_tx_packet()
1875 p_bd = p_cur_send_packet->bds_set[cur_send_frag_num].txq_bd; in ecore_ll2_set_fragment_of_tx_packet()
1878 p_cur_send_packet->bds_set[cur_send_frag_num].tx_frag = addr; in ecore_ll2_set_fragment_of_tx_packet()
1879 p_cur_send_packet->bds_set[cur_send_frag_num].frag_len = nbytes; in ecore_ll2_set_fragment_of_tx_packet()