Searched refs:sgentry (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcomminit.c297 - sizeof(struct aac_write) + sizeof(struct sgentry))
298 / sizeof(struct sgentry);
351 - sizeof(struct aac_write) + sizeof(struct sgentry))
352 / sizeof(struct sgentry);
H A Dcommctrl.c549 actual_fibsize = sizeof(struct aac_srb) - sizeof(struct sgentry) +
550 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry));
552 (sizeof(struct sgentry64) - sizeof(struct sgentry));
557 "user_srbcmd->sg.count=%d aac_srb=%lu sgentry=%lu;%lu "
560 sizeof(struct aac_srb), sizeof(struct sgentry),
H A Daachba.c892 sizeof (struct sgentry));
983 sizeof (struct sgentry));
1051 fibsize = sizeof (struct aac_srb) - sizeof (struct sgentry) +
1081 sizeof (struct sgentry));
1282 sizeof(struct aac_write) + sizeof(struct sgentry)) /
1283 sizeof(struct sgentry);
H A Daacraid.h65 struct sgentry { struct
110 struct sgentry sg[1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c1367 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; local
1402 sgentry = &sg_list[i - sg1entry_contains_frag_data];
1404 sgentry->l_key = lkey;
1405 sgentry->len = frag->size;
1409 sgentry->vaddr = tmp_addr;

Completed in 154 milliseconds