OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IWM_TX_RING_COUNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_iwmvar.h
254
#define
IWM_TX_RING_COUNT
256
259
#define IWM_AGG_SSN_TO_TXQ_IDX(x) ((x) & (
IWM_TX_RING_COUNT
- 1))
275
struct iwm_tx_data data[
IWM_TX_RING_COUNT
];
484
uint8_t *sc_cmd_resp_pkt[
IWM_TX_RING_COUNT
];
485
size_t sc_cmd_resp_len[
IWM_TX_RING_COUNT
];
if_iwm.c
1422
size =
IWM_TX_RING_COUNT
* sizeof (struct iwm_tfd);
1453
size =
IWM_TX_RING_COUNT
* sizeof(struct iwm_device_cmd);
1463
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
1501
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
1536
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
4643
ring->cur = (ring->cur + 1) %
IWM_TX_RING_COUNT
;
5185
ring->cur = (ring->cur + 1) %
IWM_TX_RING_COUNT
;
Completed in 25 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026