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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h88 struct ecore_ll2_rx_packet *descq_array; member in struct:ecore_ll2_rx_queue
101 struct ecore_ll2_tx_packet *descq_array; member in struct:ecore_ll2_tx_queue
H A Decore_ll2.c1077 p_ll2_info->rx_queue.descq_array = p_descq;
1134 p_ll2_info->tx_queue.descq_array = p_descq;
1440 OSAL_LIST_PUSH_TAIL(&p_rx->descq_array[i].list_entry,
1450 /* The size of the element in descq_array is flexible */
1456 p_pkt = (struct ecore_ll2_tx_packet *)((u8 *)p_tx->descq_array +
1986 OSAL_FREE(p_hwfn->p_dev, p_ll2_conn->tx_queue.descq_array);
1989 OSAL_FREE(p_hwfn->p_dev, p_ll2_conn->rx_queue.descq_array);

Completed in 51 milliseconds