Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/atm/
Dfore200e.c860 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument
865 buffer = bsq->freebuf; in bsq_audit()
892 if (count != bsq->freebuf_count) { in bsq_audit()
894 where, scheme, magn, count, bsq->freebuf_count); in bsq_audit()
906 struct host_bsq* bsq; in fore200e_supply() local
913 bsq = &fore200e->host_bsq[ scheme ][ magn ]; in fore200e_supply()
916 bsq_audit(1, bsq, scheme, magn); in fore200e_supply()
918 while (bsq->freebuf_count >= RBD_BLK_SIZE) { in fore200e_supply()
921 RBD_BLK_SIZE, scheme, magn, bsq->freebuf_count); in fore200e_supply()
923 entry = &bsq->host_entry[ bsq->head ]; in fore200e_supply()
[all …]