Searched refs:blk_len (Results  1 – 15 of 15) sorted by relevance
| /linux-4.4.14/sound/pci/asihpi/ | 
| D | hpi6000.c | 1463 			u32 blk_len = 512;  in hpi6000_send_data()  local 1465 				if (len < blk_len)  in hpi6000_send_data() 1466 					blk_len = len;  in hpi6000_send_data() 1468 						address, p_data, blk_len))  in hpi6000_send_data() 1470 				address += blk_len * 4;  in hpi6000_send_data() 1471 				p_data += blk_len;  in hpi6000_send_data() 1472 				len -= blk_len;  in hpi6000_send_data() 1525 			u32 blk_len = 512;  in hpi6000_get_data()  local 1527 				if (len < blk_len)  in hpi6000_get_data() 1528 					blk_len = len;  in hpi6000_get_data() [all …] 
 | 
| /linux-4.4.14/drivers/scsi/cxlflash/ | 
| D | superpipe.h | 48 	u32 blk_len;		/* from read cap(16) */  member
  | 
| D | superpipe.c | 394 	gli->blk_len = be32_to_cpu(*((__be32 *)&cmd_buf[8]));  in read_cap16() 403 		__func__, gli->max_lba, gli->blk_len, rc);  in read_cap16() 1327 		dev_dbg(dev, "%s: BLK_LEN = %08X\n", __func__, gli->blk_len);  in cxlflash_disk_attach() 1440 	attach->block_size = gli->blk_len;  in cxlflash_disk_attach() 1444 	attach->max_xfer /= gli->blk_len;  in cxlflash_disk_attach() 1829 		last_lba = ((u64)rhte->lxt_cnt * MC_CHUNK_SIZE * gli->blk_len);  in cxlflash_disk_verify()
  | 
| D | vlun.c | 384 	blka->ba_lun.lba_size = gli->blk_len;  in init_vlun() 751 	nsectors = (resize->req_size * CXLFLASH_BLOCK_SIZE) / gli->blk_len;  in _cxlflash_vlun_resize() 790 	resize->last_lba = (new_size * MC_CHUNK_SIZE * gli->blk_len);  in _cxlflash_vlun_resize()
  | 
| /linux-4.4.14/include/linux/ | 
| D | lightnvm.h | 95 	u8	blk_len;  member 309 					(((1 << dev->ppaf.blk_len) - 1));  in dev_to_generic_addr()
  | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | if_packet.h | 194 	__u32	blk_len;  member
  | 
| /linux-4.4.14/drivers/staging/lustre/lnet/selftest/ | 
| D | brw_test.c | 102 		len   = breq->blk_len;  in brw_client_init() 288 		len   = breq->blk_len;  in brw_client_prep_rpc()
  | 
| D | rpc.h | 181 	__u32              blk_len;        /* data length */  member
  | 
| D | conrpc.c | 805 	brq->blk_len	= param->blk_size;  in lstcon_bulkrpc_v1_prep()
  | 
| D | framework.c | 706 			__swab32s(&bulk->blk_len);  in sfw_unpack_addtest_req()
  | 
| /linux-4.4.14/tools/testing/selftests/net/ | 
| D | psock_tpacket.c | 483 	if (pbd->h1.num_pkts && bytes != pbd->h1.blk_len) {  in __v3_test_block_len() 486 			pbd->h1.num_pkts, bytes, pbd->h1.blk_len);  in __v3_test_block_len()
  | 
| /linux-4.4.14/drivers/nvme/host/ | 
| D | lightnvm.c | 183 	__u8			blk_len;  member
  | 
| /linux-4.4.14/drivers/block/ | 
| D | null_blk.c | 486 	id->ppaf.blk_len = 16;  in null_lnvm_id()
  | 
| /linux-4.4.14/drivers/scsi/esas2r/ | 
| D | esas2r.h | 682 	u32 blk_len;  member
  | 
| /linux-4.4.14/net/packet/ | 
| D | af_packet.c | 184 #define BLOCK_LEN(x)		((x)->hdr.bh1.blk_len)
  |