Home
last modified time | relevance | path

Searched refs:sgentry (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/aacraid/
H A Dcommctrl.c565 ((user_srbcmd->sg.count & 0xff) * sizeof(struct sgentry)); in aac_send_raw_srb()
567 (sizeof(struct sgentry64) - sizeof(struct sgentry)); in aac_send_raw_srb()
575 sizeof(struct aac_srb), sizeof(struct sgentry), in aac_send_raw_srb()
H A Dcomminit.c525 / sizeof(struct sgentry); in aac_init_adapter()
H A Daachba.c1341 sizeof (struct sgentry)); in aac_read_block()
1477 sizeof (struct sgentry)); in aac_write_block()
1628 sizeof (struct sgentry)); in aac_scsi_32()
2270 sizeof(struct sgentry); in aac_get_adapter_info()
H A Daacraid.h457 struct sgentry { struct
509 struct sgentry sg[];
H A Dcommsup.c2201 sizeof(struct aac_srb) + sizeof(struct sgentry), in aac_send_wellness_command()
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1644 struct ehea_vsgentry *sg_list, *sg1entry, *sgentry; in write_swqe2_data() local
1673 sgentry = &sg_list[i - sg1entry_contains_frag_data]; in write_swqe2_data()
1675 sgentry->l_key = lkey; in write_swqe2_data()
1676 sgentry->len = skb_frag_size(frag); in write_swqe2_data()
1677 sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag)); in write_swqe2_data()