Searched refs:arglen (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd_common.c | 751 uint arglen; in dhd_ioctl() local 754 for (arg = buf, arglen = buflen; *arg && arglen; arg++, arglen--) in dhd_ioctl() 763 arg++, arglen--; in dhd_ioctl() 767 bcmerror = dhd_iovar_op(dhd_pub, buf, arg, arglen, in dhd_ioctl() 770 bcmerror = dhd_iovar_op(dhd_pub, buf, NULL, 0, arg, arglen, IOV_SET); in dhd_ioctl() 777 arglen, buf, buflen, IOV_GET); in dhd_ioctl() 780 NULL, 0, arg, arglen, IOV_SET); in dhd_ioctl() 787 arg, arglen, buf, buflen, IOV_GET); in dhd_ioctl() 790 NULL, 0, arg, arglen, IOV_SET); in dhd_ioctl()
|
/drivers/scsi/ |
D | ps3rom.c | 60 u32 arglen; /* length above */ member 111 atapi_cmnd.blocks = atapi_cmnd.arglen = scsi_bufflen(cmd); in ps3rom_atapi_request() 142 atapi_cmnd.arglen, &dev->tag); in ps3rom_atapi_request()
|
/drivers/block/ |
D | ps3disk.c | 69 u32 arglen; member 377 ata_cmnd.size = ata_cmnd.arglen = ATA_ID_WORDS * 2; in ps3disk_identify() 385 ata_cmnd.arglen); in ps3disk_identify()
|