Searched refs:bsq (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/atm/ |
D | fore200e.c | 951 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument 956 buffer = bsq->freebuf; in bsq_audit() 983 if (count != bsq->freebuf_count) { in bsq_audit() 985 where, scheme, magn, count, bsq->freebuf_count); in bsq_audit() 997 struct host_bsq* bsq; in fore200e_supply() local 1004 bsq = &fore200e->host_bsq[ scheme ][ magn ]; in fore200e_supply() 1007 bsq_audit(1, bsq, scheme, magn); in fore200e_supply() 1009 while (bsq->freebuf_count >= RBD_BLK_SIZE) { in fore200e_supply() 1012 RBD_BLK_SIZE, scheme, magn, bsq->freebuf_count); in fore200e_supply() 1014 entry = &bsq->host_entry[ bsq->head ]; in fore200e_supply() [all …]
|