Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c336 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in ecore_ll2_handle_slowpath() local
353 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, *p_lock_flags); in ecore_ll2_handle_slowpath()
360 OSAL_SPIN_LOCK_IRQSAVE(&p_rx->lock, *p_lock_flags); in ecore_ll2_handle_slowpath()
372 struct ecore_ll2_rx_queue *p_rx = &p_ll2_conn->rx_queue; in ecore_ll2_rxq_handle_completion() local
376 if (!OSAL_LIST_IS_EMPTY(&p_rx->active_descq)) in ecore_ll2_rxq_handle_completion()
377 p_pkt = OSAL_LIST_FIRST_ENTRY(&p_rx->active_descq, in ecore_ll2_rxq_handle_completion()
388 OSAL_LIST_REMOVE_ENTRY(&p_pkt->list_entry, &p_rx->active_descq); in ecore_ll2_rxq_handle_completion()
395 if (ecore_chain_consume(&p_rx->rxq_chain) != p_pkt->rxq_bd) { in ecore_ll2_rxq_handle_completion()
403 OSAL_LIST_PUSH_TAIL(&p_pkt->list_entry, &p_rx->free_descq); in ecore_ll2_rxq_handle_completion()
410 OSAL_SPIN_UNLOCK_IRQSAVE(&p_rx->lock, *p_lock_flags); in ecore_ll2_rxq_handle_completion()
[all …]
/freebsd/sys/dev/fxp/
H A Dif_fxp.c2687 struct fxp_rx *p_rx; in fxp_add_rfabuf() local
2694 p_rx = sc->fxp_desc.rx_tail; in fxp_add_rfabuf()
2696 (p_rx->rx_mbuf->m_ext.ext_buf + RFA_ALIGNMENT_FUDGE); in fxp_add_rfabuf()
2697 p_rx->rx_next = rxp; in fxp_add_rfabuf()
2700 bus_dmamap_sync(sc->fxp_rxmtag, p_rx->rx_map, in fxp_add_rfabuf()