Searched refs:rsp_qid_map (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_mid.c | 616 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_free_rsp_que() 689 if (rsp && test_bit(cnt, ha->rsp_qid_map)) { in qla25xx_delete_queues() 861 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que() 868 set_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que() 920 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que()
|
| D | qla_os.c | 468 set_bit(0, ha->rsp_qid_map); in qla2x00_alloc_queues() 555 if (!test_bit(cnt, ha->rsp_qid_map)) in qla2x00_free_queues() 559 clear_bit(cnt, ha->rsp_qid_map); in qla2x00_free_queues() 3281 set_bit(0, ha->rsp_qid_map); in qla2x00_probe_one()
|
| D | qla_init.c | 2349 set_bit(0, ha->rsp_qid_map); in qla2x00_initialize_adapter() 4379 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings() 7373 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
|
| D | qla_mr.c | 2037 set_bit(0, ha->rsp_qid_map); in qlafx00_initialize_adapter()
|
| D | qla_def.h | 4074 unsigned long rsp_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|