OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
253
#define
IWM_TX_RING_COUNT
256
271
struct iwm_tx_data data[
IWM_TX_RING_COUNT
];
if_iwm.c
1291
size =
IWM_TX_RING_COUNT
* sizeof (struct iwm_tfd);
1307
size =
IWM_TX_RING_COUNT
* sizeof(struct iwm_device_cmd);
1317
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
1405
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
1437
for (i = 0; i <
IWM_TX_RING_COUNT
; i++) {
4333
ring->cur = (ring->cur + 1) %
IWM_TX_RING_COUNT
;
4457
if (((idx + ring->queued) %
IWM_TX_RING_COUNT
) != ring->cur) {
4812
ring->cur = (ring->cur + 1) %
IWM_TX_RING_COUNT
;
Completed in 16 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025