OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
4313
* enum iwm_tx_flags - bitmasks for
tx_flags
in TX command
4451
* @
tx_flags
: combination of IWM_TX_CMD_FLG_*
4487
uint32_t
tx_flags
;
member in struct:iwm_tx_cmd
5023
* @
tx_flags
: combination of TX_CMD_FLG_*
5030
uint32_t
tx_flags
;
member in struct:iwm_scan_req_tx_cmd
if_iwm.c
4545
tx->
tx_flags
|= htole32(IWM_TX_CMD_FLG_STA_RATE);
4720
tx->
tx_flags
|= htole32(flags);
4771
"subtype=%x
tx_flags
=%08x init_rateidx=%08x rate_n_flags=%08x\n",
4774
le32toh(tx->
tx_flags
), le32toh(tx->initial_rate_index),
5401
req->tx_cmd[0].
tx_flags
= htole32(IWM_TX_CMD_FLG_SEQ_CTL |
5408
req->tx_cmd[1].
tx_flags
= htole32(IWM_TX_CMD_FLG_SEQ_CTL |
Completed in 28 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025