Searched refs:ccb_count (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c1247 u32 max_out_io, ccb_count; local
1251 ccb_count = min_t(int, PM8001_MAX_CCB, max_out_io);
1253 shost->can_queue = ccb_count - PM8001_RESERVE_SLOT;
1260 pm8001_ha->ccb_count = ccb_count;
1262 kcalloc(ccb_count, sizeof(struct pm8001_ccb_info), GFP_KERNEL);
1268 for (i = 0; i < ccb_count; i++) {
1307 for (i = 0; i < pm8001_ha->ccb_count; i++) {
H A Dpm8001_sas.h519 u32 ccb_count; member in struct:pm8001_hba_info
/linux-master/drivers/sbus/char/
H A Doradax.c201 u32 ccb_count; member in struct:dax_ctx
538 dax_stat_dbg("CCBs: %d good, %d bad", ctx->ccb_count, ctx->fail_count);
979 ctx->ccb_count += naccepted;

Completed in 109 milliseconds