OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ena_bufs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ena-com/
ena_eth_com.h
47
struct ena_com_buf *
ena_bufs
;
member in struct:ena_com_tx_ctx
69
struct ena_com_rx_buf_info *
ena_bufs
;
member in struct:ena_com_rx_ctx
ena_eth_com.c
375
struct ena_com_buf *
ena_bufs
= ena_tx_ctx->
ena_bufs
;
local in function:ena_com_prepare_tx
485
desc->len_ctrl |=
ena_bufs
->len &
488
addr_hi = ((
ena_bufs
->paddr &
491
desc->buff_addr_lo = (u32)
ena_bufs
->paddr;
494
ena_bufs
++;
512
struct ena_com_rx_buf_info *ena_buf = &ena_rx_ctx->
ena_bufs
[0];
/src/sys/dev/pci/
if_ena.c
1534
* @
ena_bufs
: buffer info
1540
ena_rx_mbuf(struct ena_ring *rx_ring, struct ena_com_rx_buf_info *
ena_bufs
,
1552
len =
ena_bufs
[buf].len;
1553
req_id =
ena_bufs
[buf].req_id;
1590
len =
ena_bufs
[buf].len;
1591
req_id =
ena_bufs
[buf].req_id;
1713
ena_rx_ctx.
ena_bufs
= rx_ring->
ena_bufs
;
1730
mbuf = ena_rx_mbuf(rx_ring, rx_ring->
ena_bufs
,
1737
rx_ring->
ena_bufs
[i].req_id
[
all
...]
if_enavar.h
279
struct ena_com_rx_buf_info
ena_bufs
[ENA_PKT_MAX_BUFS];
member in struct:ena_ring
Completed in 15 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025