Searched defs:entry_cnt (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mr.c3275 uint8_t entry_cnt = 1; local
3280 fx_iocb.entry_count = entry_cnt;
3368 entry_cnt++;
3431 entry_cnt++;
3464 fx_iocb.entry_count = entry_cnt;
/drivers/scsi/
H A Dqlogicpti.h67 u8 entry_cnt; member in struct:Entry_header
73 u8 entry_cnt;
H A Dosst.h398 __u8 entry_cnt; member in struct:os_dat_s
H A Dadvansys.c363 ushort entry_cnt; member in struct:asc_sg_head
2620 printk(" entry_cnt %u, queue_cnt %u\n", sgp->entry_cnt,
2622 for (i = 0; i < sgp->entry_cnt; i++) {
7963 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg;
7965 asc_sg_head->entry_cnt);
8401 * If sg_head->entry_cnt is greater than ASC_MAX_SG_LIST
8406 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) {
8421 sg_head->entry_cnt - ASC_MAX_SG_LIST;
8429 sg_entry_cnt = sg_head->entry_cnt
[all...]

Completed in 829 milliseconds