OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txq_descs
(Results
1 - 3
of
3
) 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
if_gfe.c
138
(n) * sizeof((txq)->
txq_descs
[0]), sizeof((txq)->
txq_descs
[0]), \
736
txq->txq_desc_busaddr) / sizeof(txq->
txq_descs
[0]);
740
txq->txq_fi, txq->
txq_descs
[txq->txq_fi].ed_cmdsts,
741
txq->txq_lo, curtxdnum, txq->
txq_descs
[curtxdnum].ed_cmdsts,
1188
volatile struct gt_eth_desc * const txd = &txq->
txq_descs
[txq->txq_lo];
1210
volatile struct gt_eth_desc * const txd2 = &txq->
txq_descs
[txq->txq_fi];
1229
if (gt32toh(txq->
txq_descs
[nextin].ed_cmdsts) & TX_CMD_O) {
1370
volatile struct gt_eth_desc *txd = &txq->
txq_descs
[txq->txq_fi];
1396
if (gt32toh(txq->
txq_descs
[nextin].ed_cmdsts) & TX_CMD_O)
[
all
...]
/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 19 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025