Searched refs:cbr_scd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.c | 1355 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE; in ns_open() 1357 scq = get_scq(card, CBR_SCQSIZE, vc->cbr_scd); in ns_open() 1372 ns_write_sram(card, vc->cbr_scd, u32d, 4); in ns_open() 1376 vc->cbr_scd = 0x00000000; in ns_open() 1493 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in ns_close() 1523 card->scd2vc[(vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE] = NULL; in ns_close() 1601 data = ns_tste_make(NS_TST_OPCODE_FIXED, vc->cbr_scd); in fill_tst() 1801 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in push_scqe()
|
H A D | nicstar.h | 703 u32 cbr_scd; /* SRAM address of the corresponding member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.c | 1351 vc->cbr_scd = NS_FRSCD + frscdi * NS_FRSCD_SIZE; in ns_open() 1353 scq = get_scq(card, CBR_SCQSIZE, vc->cbr_scd); in ns_open() 1368 ns_write_sram(card, vc->cbr_scd, u32d, 4); in ns_open() 1372 vc->cbr_scd = 0x00000000; in ns_open() 1489 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in ns_close() 1519 card->scd2vc[(vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE] = NULL; in ns_close() 1597 data = ns_tste_make(NS_TST_OPCODE_FIXED, vc->cbr_scd); in fill_tst() 1807 scdi = (vc->cbr_scd - NS_FRSCD) / NS_FRSCD_SIZE; in push_scqe()
|
H A D | nicstar.h | 703 u32 cbr_scd; /* SRAM address of the corresponding member
|
Completed in 11 milliseconds