Searched refs:bulklen (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/storage/ |
H A D | sddr09.c | 418 buf, bulklen, use_sg, NULL); in sddr09_readX() 464 int bulklen = (count << controlshift); in sddr09_read21() local 506 int bulklen = (count << controlshift); 603 buf, bulklen, use_sg, NULL); in sddr09_writeX() 638 int result, bulklen, nsg, ct; 642 nsg = bulklen = 0; 648 bulklen += (ct << 9); 656 bulklen += (ct << 9); 664 bulklen += (ct << 9); 680 buf = kmalloc(bulklen, GFP_NOIO); [all …]
|