Home
last modified time | relevance | path

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

/drivers/s390/char/
Dvmur.c107 urd->reclen = cdev->id.driver_info; in urdev_alloc()
208 int reclen) in alloc_chan_prog() argument
214 TRACE("alloc_chan_prog(%p, %i, %i)\n", ubuf, rec_count, reclen); in alloc_chan_prog()
229 cpa[i].count = reclen; in alloc_chan_prog()
230 kbuf = kmalloc(reclen, GFP_KERNEL | GFP_DMA); in alloc_chan_prog()
236 if (copy_from_user(kbuf, ubuf, reclen)) { in alloc_chan_prog()
240 ubuf += reclen; in alloc_chan_prog()
320 rc = sprintf(buf, "%zu\n", urd->reclen); in ur_attr_reclen_show()
325 static DEVICE_ATTR(reclen, 0444, ur_attr_reclen_show, NULL);
393 size_t count, size_t reclen, loff_t *ppos) in do_write() argument
[all …]
Dvmur.h72 size_t reclen; /* Record length for *write* CCWs */ member
/drivers/s390/block/
Ddasd_eckd.c388 unsigned int reclen, unsigned int tlf) in locate_record_ext() argument
409 dn = ceil_quot(reclen + 6, 232); in locate_record_ext()
410 d = 9 + ceil_quot(reclen + 6 * (dn + 1), 34); in locate_record_ext()
414 d = 7 + ceil_quot(reclen + 12, 32); in locate_record_ext()
449 data->length = reclen; in locate_record_ext()
455 data->length = reclen; in locate_record_ext()
477 data->length = reclen; /* not tlf, as one might think */ in locate_record_ext()
486 data->length = reclen; in locate_record_ext()
492 data->length = reclen; in locate_record_ext()
510 data->length = reclen; in locate_record_ext()
[all …]
/drivers/net/wireless/intersil/orinoco/
Dhw.c286 u16 reclen; in orinoco_hw_read_card_settings() local
300 sizeof(nickbuf), &reclen, &nickbuf); in orinoco_hw_read_card_settings()
308 len = min(IW_ESSID_MAX_SIZE, 2 * reclen); in orinoco_hw_read_card_settings()