OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ixgbe_adv_tx_desc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
289
union
ixgbe_adv_tx_desc
*eop;
363
union
ixgbe_adv_tx_desc
*tx_base;
ixgbe_netmap.c
266
union
ixgbe_adv_tx_desc
*curr = &txr->tx_base[nic_i];
ix_txrx.c
416
union
ixgbe_adv_tx_desc
*txd = NULL;
684
(sizeof(union
ixgbe_adv_tx_desc
)) * sc->num_tx_desc);
1116
union
ixgbe_adv_tx_desc
*txd;
1168
union
ixgbe_adv_tx_desc
*eop = buf->eop;
2378
tsize = sc->num_tx_desc * sizeof(union
ixgbe_adv_tx_desc
);
2410
txr->tx_base = (union
ixgbe_adv_tx_desc
*)txr->txdma.dma_vaddr;
ixv.c
488
if (((ixv_txd * sizeof(union
ixgbe_adv_tx_desc
)) % DBA_ALIGN) != 0 ||
495
DBA_ALIGN / sizeof(union
ixgbe_adv_tx_desc
),
ixgbe.c
689
sc->num_tx_desc * sizeof(union
ixgbe_adv_tx_desc
));
952
if (((ixgbe_txd * sizeof(union
ixgbe_adv_tx_desc
)) % DBA_ALIGN) != 0 ||
959
DBA_ALIGN / sizeof(union
ixgbe_adv_tx_desc
),
ixgbe_type.h
3358
union
ixgbe_adv_tx_desc
{
union
Completed in 29 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025