Searched refs:swlen (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_config.c | 238 unsigned int status = 0, swlen = 0, fragsize = 8192; in i2o_cfg_swdl() local 244 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swdl() 254 fragsize = swlen - (maxfrag - 1) * 8192; in i2o_cfg_swdl() 288 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swdl() 316 unsigned int status = 0, swlen = 0, fragsize = 8192; in i2o_cfg_swul() local 323 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swul() 333 fragsize = swlen - (maxfrag - 1) * 8192; in i2o_cfg_swul() 359 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swul() 389 unsigned int swlen; in i2o_cfg_swdel() local 395 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swdel() [all …]
|
D | README.ioctl | 204 u32 *swlen; /* Length of software buffer */ 214 the values of sw->flags, sw->sw_id, sw->sw_type and *(sw->swlen). 218 size based on information in the sw->swlen field. 245 u32 *swlen; /* Length of software buffer */ 253 by sw->iop, sw->sw_type, sw->sw_id and optionally sw->swlen fields. 256 sw->sw_type and *(sw->swlen). 287 u32 *swlen; /* Length of the software data */ 297 *(sw->swlen). Give zero in *(sw->len) if the value is unknown. IOP uses 298 *(sw->swlen) value to verify correct identication of the module to remove. 299 The actual size of the module is written into *(sw->swlen).
|
/linux-4.1.27/include/uapi/linux/ |
D | i2o-dev.h | 79 unsigned int __user *swlen; /* Length of software data */ member
|