Searched refs:max_xfer (Results 1 – 7 of 7) sorted by relevance
96 if (ndd->nsarea.status || ndd->nsarea.max_xfer == 0 in nvdimm_init_config_data()99 ndd->nsarea.max_xfer, ndd->nsarea.config_size); in nvdimm_init_config_data()110 max_cmd_size = min_t(u32, PAGE_SIZE, ndd->nsarea.max_xfer); in nvdimm_init_config_data()155 max_cmd_size = min_t(u32, max_cmd_size, ndd->nsarea.max_xfer); in nvdimm_set_config_data()
56 __u64 max_xfer; /* Returned max transfer size, blocks */ member
36 __u32 max_xfer; member
1443 attach->max_xfer = sdev->host->max_sectors * MAX_SECTOR_UNIT; in cxlflash_disk_attach()1444 attach->max_xfer /= gli->blk_len; in cxlflash_disk_attach()
1800 if ((scb->data_len + e_len) > ha->max_xfer) { in ips_fill_scb_sg_single()1801 e_len = ha->max_xfer - scb->data_len; in ips_fill_scb_sg_single()2464 ha->max_xfer = 0x10000; in ips_hainit()2468 ha->max_xfer = 0x20000; in ips_hainit()2472 ha->max_xfer = 0x40000; in ips_hainit()2477 ha->max_xfer = 0x80000; in ips_hainit()
1032 uint32_t max_xfer; /* Maximum Xfer size */ member
171 nd_cmd->max_xfer = SZ_4K; in nfit_test_cmd_get_config_size()