Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dmana_en.c1521 struct mana_recv_buf_oob *rx_oob; in mana_destroy_rxq() local
1548 rx_oob = &rxq->rx_oobs[i]; in mana_destroy_rxq()
1550 if (!rx_oob->buf_va) in mana_destroy_rxq()
1553 dma_unmap_page(dev, rx_oob->buf_dma_addr, rxq->datasize, in mana_destroy_rxq()
1556 free_page((unsigned long)rx_oob->buf_va); in mana_destroy_rxq()
1557 rx_oob->buf_va = NULL; in mana_destroy_rxq()
1573 struct mana_recv_buf_oob *rx_oob; in mana_alloc_rx_wqe() local
1585 rx_oob = &rxq->rx_oobs[buf_idx]; in mana_alloc_rx_wqe()
1586 memset(rx_oob, 0, sizeof(*rx_oob)); in mana_alloc_rx_wqe()
1600 rx_oob->buf_va = page_to_virt(page); in mana_alloc_rx_wqe()
[all …]
Dhw_channel.h124 const struct hwc_rx_oob *rx_oob);
127 const struct hwc_rx_oob *rx_oob);
Dhw_channel.c184 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() argument
201 wqe = mana_gd_get_wqe_ptr(rq, rx_oob->wqe_offset / GDMA_WQE_BU_SIZE); in mana_hwc_rx_event_handler()
219 mana_hwc_handle_resp(hwc, rx_oob->tx_oob_data_size, resp); in mana_hwc_rx_event_handler()
230 const struct hwc_rx_oob *rx_oob) in mana_hwc_tx_event_handler() argument