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

/freebsd-current/sys/dev/mana/
H A Dhw_channel.h152 const struct hwc_rx_oob *rx_oob);
155 const struct hwc_rx_oob *rx_oob);
H A Dmana_en.c411 struct mana_recv_buf_oob *rx_oob, bool alloc_mbuf)
432 if (rx_oob->mbuf) {
433 mbuf = rx_oob->mbuf;
434 mlen = rx_oob->mbuf->m_pkthdr.len;
440 err = bus_dmamap_load_mbuf_sg(apc->rx_buf_tag, rx_oob->dma_map,
450 bus_dmamap_sync(apc->rx_buf_tag, rx_oob->dma_map,
453 rx_oob->mbuf = mbuf;
454 rx_oob->num_sge = 1;
455 rx_oob->sgl[0].address = segs[0].ds_addr;
456 rx_oob
410 mana_load_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq, struct mana_recv_buf_oob *rx_oob, bool alloc_mbuf) argument
467 mana_unload_rx_mbuf(struct mana_port_context *apc, struct mana_rxq *rxq, struct mana_recv_buf_oob *rx_oob, bool free_mbuf) argument
2224 struct mana_recv_buf_oob *rx_oob; local
2269 struct mana_recv_buf_oob *rx_oob; local
2321 struct mana_recv_buf_oob *rx_oob; local
[all...]
H A Dhw_channel.c220 const struct hwc_rx_oob *rx_oob)
241 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE);
266 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, resp);
282 const struct hwc_rx_oob *rx_oob)
219 mana_hwc_rx_event_handler(void *ctx, uint32_t gdma_rxq_id, const struct hwc_rx_oob *rx_oob) argument
281 mana_hwc_tx_event_handler(void *ctx, uint32_t gdma_txq_id, const struct hwc_rx_oob *rx_oob) argument

Completed in 91 milliseconds