OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPW_NTBD
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_ipwreg.h
30
#define
IPW_NTBD
128
31
#define IPW_TBD_SZ (
IPW_NTBD
* sizeof (struct ipw_bd))
32
#define IPW_NDATA (
IPW_NTBD
/ 2)
if_ipwvar.h
133
struct ipw_soft_bd stbd_list[
IPW_NTBD
];
if_ipw.c
580
for (i = 0; i <
IPW_NTBD
; i++) {
687
for (i = 0; i <
IPW_NTBD
; i++)
1229
for (i = (sc->txold + 1) %
IPW_NTBD
; i != r; i = (i + 1) %
IPW_NTBD
) {
1240
sc->txold = (r == 0) ?
IPW_NTBD
- 1 : r - 1;
1339
sc->txcur = (sc->txcur + 1) %
IPW_NTBD
;
1465
sc->txcur = (sc->txcur + 1) %
IPW_NTBD
;
1494
sc->txcur = (sc->txcur + 1) %
IPW_NTBD
;
2211
sc->txold =
IPW_NTBD
- 1;
2213
sc->txfree =
IPW_NTBD
- 2
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025