Searched refs:rsp_qid_map (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 603 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_free_rsp_que() 676 if (rsp && test_bit(cnt, ha->rsp_qid_map)) { in qla25xx_delete_queues() 848 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que() 855 set_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que() 907 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que()
|
H A D | qla_os.c | 452 set_bit(0, ha->rsp_qid_map); in qla2x00_alloc_queues() 539 if (!test_bit(cnt, ha->rsp_qid_map)) in qla2x00_free_queues() 543 clear_bit(cnt, ha->rsp_qid_map); in qla2x00_free_queues() 3209 set_bit(0, ha->rsp_qid_map); in qla2x00_probe_one()
|
H A D | qla_init.c | 2321 set_bit(0, ha->rsp_qid_map); in qla2x00_initialize_adapter() 4290 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings() 7256 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
|
H A D | qla_mr.c | 2014 set_bit(0, ha->rsp_qid_map); in qlafx00_initialize_adapter()
|
H A D | qla_def.h | 3973 unsigned long rsp_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 610 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_free_rsp_que() 682 if (rsp && test_bit(cnt, ha->rsp_qid_map)) { in qla25xx_delete_queues() 854 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que() 861 set_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que() 913 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que()
|
H A D | qla_os.c | 497 set_bit(0, ha->rsp_qid_map); in qla2x00_alloc_queues() 585 if (!test_bit(cnt, ha->rsp_qid_map)) in qla2x00_free_queues() 589 clear_bit(cnt, ha->rsp_qid_map); in qla2x00_free_queues() 3376 set_bit(0, ha->rsp_qid_map); in qla2x00_probe_one()
|
H A D | qla_init.c | 2706 set_bit(0, ha->rsp_qid_map); in qla2x00_initialize_adapter() 4774 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings() 7742 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
|
H A D | qla_mr.c | 2015 set_bit(0, ha->rsp_qid_map); in qlafx00_initialize_adapter()
|
H A D | qla_def.h | 4188 unsigned long rsp_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
Completed in 122 milliseconds