Home
last modified time | relevance | path

Searched refs:req_qid_map (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_mid.c576 clear_bit(que_id, ha->req_qid_map); in qla25xx_free_req_que()
662 if (req && test_bit(cnt, ha->req_qid_map)) { in qla25xx_delete_queues()
725 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que()
732 set_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que()
791 clear_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que()
H A Dqla_os.c453 set_bit(0, ha->req_qid_map); in qla2x00_alloc_queues()
520 if (!test_bit(cnt, ha->req_qid_map)) in qla2x00_free_queues()
524 clear_bit(cnt, ha->req_qid_map); in qla2x00_free_queues()
3201 set_bit(0, ha->req_qid_map); in qla2x00_probe_one()
H A Dqla_init.c2314 set_bit(0, ha->req_qid_map); in qla2x00_initialize_adapter()
4267 if (!req || !test_bit(que, ha->req_qid_map)) in qla2x00_init_rings()
7245 if (req && test_bit(i, ha->req_qid_map)) { in qla25xx_init_queues()
H A Dqla_mr.c2013 set_bit(0, ha->req_qid_map); in qlafx00_initialize_adapter()
H A Dqla_def.h3965 unsigned long req_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
H A Dqla_isr.c2885 que >= find_first_zero_bit(ha->req_qid_map, ha->max_req_queues)) { in qla2x00_status_entry()