Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h86 struct ecore_ll2_rx_packet *descq_array; member
99 struct ecore_ll2_tx_packet *descq_array; member
H A Decore_ll2.c1074 p_ll2_info->rx_queue.descq_array = p_descq; in ecore_ll2_acquire_connection_rx()
1131 p_ll2_info->tx_queue.descq_array = p_descq; in ecore_ll2_acquire_connection_tx()
1437 OSAL_LIST_PUSH_TAIL(&p_rx->descq_array[i].list_entry, in ecore_ll2_establish_connection()
1453 p_pkt = (struct ecore_ll2_tx_packet *)((u8 *)p_tx->descq_array + in ecore_ll2_establish_connection()
1983 OSAL_FREE(p_hwfn->p_dev, p_ll2_conn->tx_queue.descq_array); in ecore_ll2_release_connection()
1986 OSAL_FREE(p_hwfn->p_dev, p_ll2_conn->rx_queue.descq_array); in ecore_ll2_release_connection()