Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/i2o/
Di2o_config.c50 struct sg_simple_element { struct
604 struct sg_simple_element *sg; in i2o_cfg_passthru32()
611 sg = (struct sg_simple_element *)((&msg->u.head[0]) + in i2o_cfg_passthru32()
614 (size - sg_offset * 4) / sizeof(struct sg_simple_element); in i2o_cfg_passthru32()
677 struct sg_simple_element *sg; in i2o_cfg_passthru32()
700 (size - sg_offset * 4) / sizeof(struct sg_simple_element); in i2o_cfg_passthru32()
703 sg = (struct sg_simple_element *)(rmsg + sg_offset); in i2o_cfg_passthru32()
846 struct sg_simple_element *sg; in i2o_cfg_passthru()
854 sg = (struct sg_simple_element *)((&msg->u.head[0]) + in i2o_cfg_passthru()
857 (size - sg_offset * 4) / sizeof(struct sg_simple_element); in i2o_cfg_passthru()
[all …]
/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c1760 struct sg_simple_element *sg = (struct sg_simple_element*) (msg+sg_offset); in adpt_i2o_passthru()
1761 sg_count = (size - sg_offset*4) / sizeof(struct sg_simple_element); in adpt_i2o_passthru()
1827 struct sg_simple_element* sg; in adpt_i2o_passthru()
1848 sg_count = (size - sg_offset*4) / sizeof(struct sg_simple_element); in adpt_i2o_passthru()
1851 sg = (struct sg_simple_element*)(msg + sg_offset); in adpt_i2o_passthru()
1882 struct sg_simple_element *sg = in adpt_i2o_passthru()
1883 (struct sg_simple_element*) (msg +sg_offset); in adpt_i2o_passthru()
2994 / (sizeof(struct sg_simple_element) + sizeof(u32))); in adpt_i2o_status_get()
2999 / sizeof(struct sg_simple_element)); in adpt_i2o_status_get()
Ddpti.h258 struct sg_simple_element { struct