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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c338 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; local
355 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, *p_lock_flags);
362 OSAL_SPIN_LOCK_IRQSAVE(&p_rx->lock, *p_lock_flags);
374 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; local
378 if (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq))
379 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq,
390 OSAL_LIST_REMOVE_ENTRY(&p_pkt->list_entry, &p_rx->active_descq);
397 if (ecore_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) {
405 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, &p_rx->free_descq);
412 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx
425 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; local
470 struct ecore_ll2_rx_queue *p_rx; local
542 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; local
834 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; local
1410 struct ecore_ll2_rx_queue *p_rx; local
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
1583 struct ecore_ll2_rx_queue *p_rx; local
[all...]
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c2704 struct fxp_rx *p_rx; local
2711 p_rx = sc->fxp_desc.rx_tail;
2713 (p_rx->rx_mbuf->m_ext.ext_buf + RFA_ALIGNMENT_FUDGE);
2714 p_rx->rx_next = rxp;
2717 bus_dmamap_sync(sc->fxp_rxmtag, p_rx->rx_map,

Completed in 99 milliseconds