OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ena_bufs
(Results
1 - 6
of
6
) 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.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];
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_enavar.h
279
struct ena_com_rx_buf_info
ena_bufs
[ENA_PKT_MAX_BUFS];
member in struct:ena_ring
if_enavar.h
279
struct ena_com_rx_buf_info
ena_bufs
[ENA_PKT_MAX_BUFS];
member in struct:ena_ring
Completed in 25 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025