Searched refs:ccb_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c1264 u32 max_out_io, ccb_count; local
1268 ccb_count = min_t(int, PM8001_MAX_CCB, max_out_io);
1270 shost->can_queue = ccb_count - PM8001_RESERVE_SLOT;
1277 pm8001_ha->ccb_count = ccb_count;
1279 kcalloc(ccb_count, sizeof(struct pm8001_ccb_info), GFP_KERNEL);
1285 for (i = 0; i < ccb_count; i++) {
1324 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 128 milliseconds