Home
last modified time | relevance | path

Searched refs:swlen (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/message/i2o/
Di2o_config.c232 unsigned int status = 0, swlen = 0, fragsize = 8192; in i2o_cfg_swdl() local
238 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swdl()
248 fragsize = swlen - (maxfrag - 1) * 8192; in i2o_cfg_swdl()
282 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swdl()
310 unsigned int status = 0, swlen = 0, fragsize = 8192; in i2o_cfg_swul() local
317 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swul()
327 fragsize = swlen - (maxfrag - 1) * 8192; in i2o_cfg_swul()
353 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swul()
383 unsigned int swlen; in i2o_cfg_swdel() local
389 if (get_user(swlen, kxfer.swlen) < 0) in i2o_cfg_swdel()
[all …]
DREADME.ioctl204 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-2.6.39/Documentation/i2o/
Dioctl204 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-2.6.39/include/linux/
Di2o-dev.h79 unsigned int __user *swlen; /* Length of software data */ member