Searched refs:bundling (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1220 uint8_t bundling = 1; local
1263 bundling = 0;
1368 if (!bundling) {
1376 crc_ctx_pkt->u.bundling.dif_byte_count = cpu_to_le32(dif_bytes);
1377 crc_ctx_pkt->u.bundling.dseg_count = cpu_to_le16(tot_dsds -
1379 cur_dsd = (uint32_t *) &crc_ctx_pkt->u.bundling.data_address;
1402 if (!bundling && tot_prot_dsds) {
1410 if (bundling && tot_prot_dsds) {
1415 cur_dsd = (uint32_t *) &crc_ctx_pkt->u.bundling.dif_address;
H A Dqla_def.h1406 } bundling; member in union:crc_context::__anon4885

Completed in 667 milliseconds