OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_status0
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
bwi.c
10012
uint32_t
tx_status0
;
local in function:bwi_txeof
10015
tx_status0
= CSR_READ_4(sc, BWI_TXSTATUS_0);
10016
if ((
tx_status0
& BWI_TXSTATUS_0_MORE) == 0)
10020
tx_id = __SHIFTOUT(
tx_status0
, BWI_TXSTATUS_0_TXID_MASK);
10021
tx_info = BWI_TXSTATUS_0_INFO(
tx_status0
);
Completed in 155 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025