1I2O_BLOCK_SGLIST_ALL(9) Message-based devices I2O_BLOCK_SGLIST_ALL(9)
2
3
4
6 i2o_block_sglist_alloc - Allocate the SG list and map it
7
9 int i2o_block_sglist_alloc(struct i2o_controller * c,
10 struct i2o_block_request * ireq,
11 u32 ** mptr);
12
14 c
15 I2O controller to which the request belongs
16
17 ireq
18 I2O block request
19
20 mptr
21 message body pointer
22
24 Builds the SG list and map it to be accessible by the controller.
25
26 Returns 0 on failure or 1 on success.
27
29Kernel Hackers Manual 3.10 June 2019 I2O_BLOCK_SGLIST_ALL(9)