Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dmana_en.c1280 struct mana_recv_buf_oob *rx_oob; in mana_destroy_rxq() local
1301 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq()
1303 if (!rx_oob->buf_va) in mana_destroy_rxq()
1306 dma_unmap_page(dev, rx_oob->buf_dma_addr, rxq->datasize, in mana_destroy_rxq()
1309 free_page((unsigned long)rx_oob->buf_va); in mana_destroy_rxq()
1310 rx_oob->buf_va = NULL; in mana_destroy_rxq()
1326 struct mana_recv_buf_oob *rx_oob; in mana_alloc_rx_wqe() local
1338 rx_oob = &rxq->rx_oobs[buf_idx]; in mana_alloc_rx_wqe()
1339 memset(rx_oob, 0, sizeof(*rx_oob)); in mana_alloc_rx_wqe()
1352 rx_oob->buf_va = page_to_virt(page); in mana_alloc_rx_wqe()
[all …]
Dhw_channel.h122 const struct hwc_rx_oob *rx_oob);
125 const struct hwc_rx_oob *rx_oob);
Dhw_channel.c176 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() argument
193 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE); in mana_hwc_rx_event_handler()
211 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, resp); in mana_hwc_rx_event_handler()
222 const struct hwc_rx_oob *rx_oob) in mana_hwc_tx_event_handler() argument