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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1535 struct ecore_ll2_rx_packet *p_curp)
1556 if (p_curp) {
1557 OSAL_LIST_PUSH_TAIL(&p_curp->list_entry,
1581 struct ecore_ll2_rx_packet *p_curp = OSAL_NULL; local
1597 p_curp = OSAL_LIST_FIRST_ENTRY(&p_rx->free_descq,
1600 if (p_curp) {
1610 if (!p_curp || !p_curb) {
1612 p_curp = OSAL_NULL;
1619 p_curp->rx_buf_addr = addr;
1620 p_curp
1533 ecore_ll2_post_rx_buffer_notify_fw(struct ecore_hwfn *p_hwfn, struct ecore_ll2_rx_queue *p_rx, struct ecore_ll2_rx_packet *p_curp) argument
1640 ecore_ll2_prepare_tx_packet_set(struct ecore_ll2_tx_queue *p_tx, struct ecore_ll2_tx_packet *p_curp, struct ecore_ll2_tx_pkt_info *pkt, u8 notify_fw) argument
1658 ecore_ll2_prepare_tx_packet_set_bd( struct ecore_hwfn *p_hwfn, struct ecore_ll2_info *p_ll2, struct ecore_ll2_tx_packet *p_curp, struct ecore_ll2_tx_pkt_info *pkt) argument
1804 struct ecore_ll2_tx_packet *p_curp = OSAL_NULL; local
[all...]

Completed in 95 milliseconds