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_resp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmreg.h
5142
* @
tx_resp
: the Tx response from the fw (agg or non-agg)
5153
static __inline uint32_t iwm_get_scd_ssn(struct iwm_tx_resp *
tx_resp
)
5155
return le32_to_cpup((uint32_t *)&
tx_resp
->status +
5156
tx_resp
->frame_count) & 0xfff;
if_iwm.c
4294
struct iwm_tx_resp *
tx_resp
= (void *)pkt->data;
local
4295
int status = le16toh(
tx_resp
->status.status) & IWM_TX_STATUS_MSK;
4296
int failack =
tx_resp
->failure_frame;
4298
KASSERT(
tx_resp
->frame_count == 1);
Completed in 31 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026