Searched refs:rsp_qid_map (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mid.c540 clear_bit(que_id, ha->rsp_qid_map);
762 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues);
769 set_bit(que_id, ha->rsp_qid_map);
818 clear_bit(que_id, ha->rsp_qid_map);
H A Dqla_os.c327 set_bit(0, ha->rsp_qid_map);
2440 set_bit(0, ha->rsp_qid_map);
H A Dqla_def.h2488 unsigned long rsp_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member in struct:qla_hw_data
H A Dqla_init.c463 set_bit(0, ha->rsp_qid_map);

Completed in 50 milliseconds