Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aacraid/
Daacraid.h96 struct sgentry64 { struct
115 struct sgentry64 sg[1]; argument
Daachba.c793 fibsize = sizeof(struct aac_read64) + ((readcmd->sg.count - 1) * sizeof (struct sgentry64)); in aac_read()
898 fibsize = sizeof(struct aac_write64) + ((writecmd->sg.count - 1) * sizeof (struct sgentry64)); in aac_write()
1589 …truct aac_srb) - sizeof (struct sgentry) + ((srbcmd->sg.count & 0xff) * sizeof (struct sgentry64)); in aac_send_srb_fib()
Dcommctrl.c466 …_fibsize = sizeof (struct aac_srb) + (((srbcmd->sg.count & 0xff) - 1) * sizeof (struct sgentry64)); in aac_send_raw_srb()