Searched refs:ena_buf (Results 1 – 5 of 5) sorted by relevance
549 struct ena_com_rx_buf_info *ena_buf = &ena_rx_ctx->ena_bufs[0]; in ena_com_rx_pkt() local581 ena_buf[i].len = cdesc->length; in ena_com_rx_pkt()582 ena_buf[i].req_id = cdesc->req_id; in ena_com_rx_pkt()583 if (unlikely(ena_buf[i].req_id >= q_depth)) in ena_com_rx_pkt()609 struct ena_com_buf *ena_buf, in ena_com_add_single_rx_desc() argument625 desc->length = ena_buf->len; in ena_com_add_single_rx_desc()638 desc->buff_addr_lo = (u32)ena_buf->paddr; in ena_com_add_single_rx_desc()640 ((ena_buf->paddr & GENMASK_ULL(io_sq->dma_addr_bits - 1, 32)) >> 32); in ena_com_add_single_rx_desc()
25 struct ena_com_buf *ena_buf; in ena_xdp_tx_map_frame() local57 ena_buf = tx_info->bufs; in ena_xdp_tx_map_frame()58 ena_buf->paddr = dma; in ena_xdp_tx_map_frame()59 ena_buf->len = size; in ena_xdp_tx_map_frame()61 ena_tx_ctx->ena_bufs = ena_buf; in ena_xdp_tx_map_frame()
63 struct ena_com_buf *ena_buf,
174 struct ena_com_buf ena_buf; member
280 - Populates ``ena_buf`` for the push buffer (if the driver and device are