Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsiopvar.h37 struct siop_xfer { struct
62 struct siop_xfer *xfers;
106 sizeof(struct siop_xfer), ops); in siop_table_sync()
H A Dsiop.c72 #define SIOP_NCMDPB (PAGE_SIZE / sizeof(struct siop_xfer))
332 siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)]; in siop_intr()
1442 struct siop_xfer *siop_xfer; in siop_start() local
1538 siop_xfer = (struct siop_xfer*)siop_cmd->cmd_tables; in siop_start()
1539 siop_xfer->resel[E_ldsa_abs_slot_Used[0]] = in siop_start()
1623 struct siop_xfer *xfer; in siop_morecbd()
1705 memset(newcbd->cmds[i].cmd_tables, 0, sizeof(struct siop_xfer)); in siop_morecbd()
1707 i * sizeof(struct siop_xfer); in siop_morecbd()