Searched refs:bsq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.c | 862 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument 867 buffer = bsq->freebuf; in bsq_audit() 894 if (count != bsq->freebuf_count) { in bsq_audit() 896 where, scheme, magn, count, bsq->freebuf_count); in bsq_audit() 908 struct host_bsq* bsq; in fore200e_supply() local 915 bsq = &fore200e->host_bsq[ scheme ][ magn ]; in fore200e_supply() 918 bsq_audit(1, bsq, scheme, magn); in fore200e_supply() 920 while (bsq->freebuf_count >= RBD_BLK_SIZE) { in fore200e_supply() 923 RBD_BLK_SIZE, scheme, magn, bsq->freebuf_count); in fore200e_supply() 925 entry = &bsq in fore200e_supply() 1056 struct host_bsq* bsq; fore200e_collect_rpd() local 1988 struct host_bsq* bsq; fore200e_alloc_rx_buf() local 2053 struct host_bsq* bsq; fore200e_init_bs_queue() local [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | fore200e.c | 860 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 in fore200e_supply() 1054 struct host_bsq* bsq; fore200e_collect_rpd() local 1986 struct host_bsq* bsq; fore200e_alloc_rx_buf() local 2051 struct host_bsq* bsq; fore200e_init_bs_queue() local [all...] |
Completed in 4 milliseconds