OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_flags
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/
if_vtevar.h
73
int
tx_flags
;
member in struct:vte_txdesc
if_vte.c
728
txd->
tx_flags
|= VTE_TXMBUF;
741
txd->
tx_flags
&= ~VTE_TXMBUF;
805
if ((txd->
tx_flags
& VTE_TXMBUF) != 0)
1034
if ((txd->
tx_flags
& VTE_TXMBUF) == 0)
1036
txd->
tx_flags
&= ~VTE_TXMBUF;
1430
if ((txd->
tx_flags
& VTE_TXMBUF) == 0)
1433
txd->
tx_flags
&= ~VTE_TXMBUF;
if_txp.c
925
if ((txd->
tx_flags
& TX_FLAGS_TYPE_M) ==
1526
txd->
tx_flags
= TX_FLAGS_TYPE_DATA;
1585
txd->
tx_flags
|= TX_FLAGS_VALID;
1596
txd->
tx_flags
, txd->tx_numdesc, txd->tx_totlen,
1959
txd->
tx_flags
, txd->tx_numdesc, txd->tx_totlen,
if_txpreg.h
226
volatile u_int8_t
tx_flags
; /* type/descriptor flags */
member in struct:txp_tx_desc
if_iwmreg.h
4607
* enum iwm_tx_flags - bitmasks for
tx_flags
in TX command
4752
* @
tx_flags
: combination of IWM_TX_CMD_FLG_*
4788
uint32_t
tx_flags
;
member in struct:iwm_tx_cmd
5339
* @
tx_flags
: combination of TX_CMD_FLG_*
5346
uint32_t
tx_flags
;
member in struct:iwm_scan_req_tx_cmd
if_iwm.c
4843
tx->
tx_flags
|= htole32(IWM_TX_CMD_FLG_STA_RATE);
5088
tx->
tx_flags
|= htole32(flags);
5147
"subtype=%x
tx_flags
=%08x init_rateidx=%08x rate_n_flags=%08x\n",
5150
le32toh(tx->
tx_flags
), le32toh(tx->initial_rate_index),
5814
req->tx_cmd[0].
tx_flags
= htole32(IWM_TX_CMD_FLG_SEQ_CTL |
5821
req->tx_cmd[1].
tx_flags
= htole32(IWM_TX_CMD_FLG_SEQ_CTL |
Completed in 86 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026