Searched refs:bsq (Results 1 - 1 of 1) sorted by relevance

/drivers/atm/
H A Dfore200e.c952 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) argument
957 buffer = bsq->freebuf;
984 if (count != bsq->freebuf_count) {
986 where, scheme, magn, count, bsq->freebuf_count);
998 struct host_bsq* bsq; local
1005 bsq = &fore200e->host_bsq[ scheme ][ magn ];
1008 bsq_audit(1, bsq, scheme, magn);
1010 while (bsq->freebuf_count >= RBD_BLK_SIZE) {
1013 RBD_BLK_SIZE, scheme, magn, bsq->freebuf_count);
1015 entry = &bsq
1148 struct host_bsq* bsq; local
2089 struct host_bsq* bsq; local
2154 struct host_bsq* bsq; local
[all...]

Completed in 23 milliseconds