Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/i2o/
Di2o_config.c557 unsigned int status = 0, swlen = 0, fragsize = 8192; in ioctl_swdl() local
563 if(get_user(swlen, kxfer.swlen) < 0) in ioctl_swdl()
572 if(curfrag==maxfrag) fragsize = swlen-(maxfrag-1)*8192; in ioctl_swdl()
595 msg[5]= swlen; in ioctl_swdl()
625 unsigned int status = 0, swlen = 0, fragsize = 8192; in ioctl_swul() local
631 if(get_user(swlen, kxfer.swlen) < 0) in ioctl_swul()
640 if(curfrag==maxfrag) fragsize = swlen-(maxfrag-1)*8192; in ioctl_swul()
661 msg[5]= swlen; in ioctl_swul()
689 unsigned int swlen; in ioctl_swdel() local
695 if (get_user(swlen, kxfer.swlen) < 0) in ioctl_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.4.37.9/include/linux/
Di2o-dev.h69 unsigned int *swlen; /* Length of software data */ member