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

/linux-4.1.27/drivers/staging/i2o/
H A Di2o_config.c50 struct sg_simple_element { struct
604 struct sg_simple_element *sg; i2o_cfg_passthru32()
611 sg = (struct sg_simple_element *)((&msg->u.head[0]) + i2o_cfg_passthru32()
614 (size - sg_offset * 4) / sizeof(struct sg_simple_element); i2o_cfg_passthru32()
677 struct sg_simple_element *sg; i2o_cfg_passthru32()
700 (size - sg_offset * 4) / sizeof(struct sg_simple_element); i2o_cfg_passthru32()
703 sg = (struct sg_simple_element *)(rmsg + sg_offset); i2o_cfg_passthru32()
846 struct sg_simple_element *sg; i2o_cfg_passthru()
854 sg = (struct sg_simple_element *)((&msg->u.head[0]) + i2o_cfg_passthru()
857 (size - sg_offset * 4) / sizeof(struct sg_simple_element); i2o_cfg_passthru()
917 struct sg_simple_element *sg; i2o_cfg_passthru()
940 (size - sg_offset * 4) / sizeof(struct sg_simple_element); i2o_cfg_passthru()
943 sg = (struct sg_simple_element *)(rmsg + sg_offset); i2o_cfg_passthru()
/linux-4.1.27/drivers/scsi/
H A Ddpt_i2o.c1760 struct sg_simple_element *sg = (struct sg_simple_element*) (msg+sg_offset); adpt_i2o_passthru()
1761 sg_count = (size - sg_offset*4) / sizeof(struct sg_simple_element); adpt_i2o_passthru()
1788 // sg_simple_element API is 32 bit adpt_i2o_passthru()
1795 /* sg_simple_element API is 32 bit, but addr < 4GB */ adpt_i2o_passthru()
1827 struct sg_simple_element* sg; adpt_i2o_passthru()
1848 sg_count = (size - sg_offset*4) / sizeof(struct sg_simple_element); adpt_i2o_passthru()
1851 sg = (struct sg_simple_element*)(msg + sg_offset); adpt_i2o_passthru()
1856 // sg_simple_element API is 32 bit adpt_i2o_passthru()
1882 struct sg_simple_element *sg = adpt_i2o_passthru()
1883 (struct sg_simple_element*) (msg +sg_offset); adpt_i2o_passthru()
2994 / (sizeof(struct sg_simple_element) + sizeof(u32))); adpt_i2o_status_get()
2999 / sizeof(struct sg_simple_element)); adpt_i2o_status_get()
H A Ddpti.h258 struct sg_simple_element { struct

Completed in 99 milliseconds