OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_descsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_wm.c
221
#define WM_TXDESCS_SIZE(txq) (WM_NTXDESC(txq) * (txq)->
txq_descsize
)
265
#define WM_CDTXOFF(txq, x) ((txq)->
txq_descsize
* (x))
346
size_t
txq_descsize
; /* a tx descriptor size */
member in struct:wm_txqueue
1902
WM_CDTXOFF(txq, start), txq->
txq_descsize
*
1910
WM_CDTXOFF(txq, start), txq->
txq_descsize
* num, ops);
7882
txq->
txq_descsize
= sizeof(nq_txdesc_t);
7884
txq->
txq_descsize
= sizeof(wiseman_txdesc_t);
if_wm.c
221
#define WM_TXDESCS_SIZE(txq) (WM_NTXDESC(txq) * (txq)->
txq_descsize
)
265
#define WM_CDTXOFF(txq, x) ((txq)->
txq_descsize
* (x))
346
size_t
txq_descsize
; /* a tx descriptor size */
member in struct:wm_txqueue
1902
WM_CDTXOFF(txq, start), txq->
txq_descsize
*
1910
WM_CDTXOFF(txq, start), txq->
txq_descsize
* num, ops);
7882
txq->
txq_descsize
= sizeof(nq_txdesc_t);
7884
txq->
txq_descsize
= sizeof(wiseman_txdesc_t);
Completed in 41 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025