Searched refs:req_qid_map (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_mid.c | 567 clear_bit(que_id, ha->req_qid_map); in qla25xx_free_req_que() 653 if (req && test_bit(cnt, ha->req_qid_map)) { in qla25xx_delete_queues() 716 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que() 723 set_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que() 782 clear_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que()
|
| D | qla_os.c | 436 set_bit(0, ha->req_qid_map); in qla2x00_alloc_queues() 503 if (!test_bit(cnt, ha->req_qid_map)) in qla2x00_free_queues() 507 clear_bit(cnt, ha->req_qid_map); in qla2x00_free_queues() 3183 set_bit(0, ha->req_qid_map); in qla2x00_probe_one()
|
| D | qla_init.c | 2164 set_bit(0, ha->req_qid_map); in qla2x00_initialize_adapter() 4025 if (!req || !test_bit(que, ha->req_qid_map)) in qla2x00_init_rings() 6952 if (req && test_bit(i, ha->req_qid_map)) { in qla25xx_init_queues()
|
| D | qla_mr.c | 2041 set_bit(0, ha->req_qid_map); in qlafx00_initialize_adapter()
|
| D | qla_def.h | 3701 unsigned long req_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
| D | qla_isr.c | 2438 que >= find_first_zero_bit(ha->req_qid_map, ha->max_req_queues)) { in qla2x00_status_entry()
|