Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2113 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq()
2115 if (!rx_oob->buf_va) in mana_destroy_rxq()
2123 if (rx_oob->from_pool) in mana_destroy_rxq()
2128 rx_oob->buf_va = NULL; in mana_destroy_rxq()
2155 rx_oob->buf_va = va; in mana_fill_rx_oob()
2184 memset(rx_oob, 0, sizeof(*rx_oob)); in mana_alloc_rx_wqe()
2186 rx_oob->num_sge = 1; in mana_alloc_rx_wqe()
2193 rx_oob->wqe_req.sgl = rx_oob->sgl; in mana_alloc_rx_wqe()
2194 rx_oob->wqe_req.num_sge = rx_oob->num_sge; in mana_alloc_rx_wqe()
2197 rx_oob->wqe_req.flags = 0; in mana_alloc_rx_wqe()
[all …]
H A Dhw_channel.c211 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() argument
228 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE); in mana_hwc_rx_event_handler()
246 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, rx_req); in mana_hwc_rx_event_handler()
255 const struct hwc_rx_oob *rx_oob) in mana_hwc_tx_event_handler() argument
/linux-6.15/include/net/mana/
H A Dhw_channel.h128 const struct hwc_rx_oob *rx_oob);
131 const struct hwc_rx_oob *rx_oob);