OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_descs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/marvell/
if_gfevar.h
79
volatile struct gt_eth_desc *
txq_descs
; /* ptr to tx descriptors */
member in struct:gfe_txqueue
/src/sys/dev/pci/
if_wm.c
352
#define
txq_descs
txq_descs_u->sctxu_txdescs
macro
3921
(uint64_t)txq->
txq_descs
[j].wtx_addr.wa_high << 32 |
3922
txq->
txq_descs
[j].wtx_addr.wa_low);
3924
txq->
txq_descs
[j].wtx_fields.wtxu_vlan,
3925
txq->
txq_descs
[j].wtx_fields.wtxu_options,
3926
txq->
txq_descs
[j].wtx_fields.wtxu_status,
3927
txq->
txq_descs
[j].wtx_cmdlen);
5437
txd = &txq->
txq_descs
[nexttx];
8333
memset(txq->
txq_descs
, 0, WM_TXDESCS_SIZE(txq));
8830
&txq->
txq_descs
[txq->txq_next]
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025