Searched refs:rx_oob (Results 1 – 3 of 3) sorted by relevance
1521 struct mana_recv_buf_oob *rx_oob; in mana_destroy_rxq() local1548 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() local1585 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 …]
124 const struct hwc_rx_oob *rx_oob);127 const struct hwc_rx_oob *rx_oob);
184 const struct hwc_rx_oob *rx_oob) in mana_hwc_rx_event_handler() argument201 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