Searched refs:req_qid_map (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 576 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 D | qla_os.c | 453 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() 3208 set_bit(0, ha->req_qid_map); in qla2x00_probe_one()
|
H A D | qla_init.c | 2320 set_bit(0, ha->req_qid_map); in qla2x00_initialize_adapter() 4273 if (!req || !test_bit(que, ha->req_qid_map)) in qla2x00_init_rings() 7271 if (req && test_bit(i, ha->req_qid_map)) { in qla25xx_init_queues()
|
H A D | qla_mr.c | 2013 set_bit(0, ha->req_qid_map); in qlafx00_initialize_adapter()
|
H A D | qla_isr.c | 2882 que >= find_first_zero_bit(ha->req_qid_map, ha->max_req_queues)) { in qla2x00_status_entry()
|
H A D | qla_def.h | 3972 unsigned long req_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 584 clear_bit(que_id, ha->req_qid_map); in qla25xx_free_req_que() 668 if (req && test_bit(cnt, ha->req_qid_map)) { in qla25xx_delete_queues() 731 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que() 738 set_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que() 797 clear_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que()
|
H A D | qla_os.c | 498 set_bit(0, ha->req_qid_map); in qla2x00_alloc_queues() 566 if (!test_bit(cnt, ha->req_qid_map)) in qla2x00_free_queues() 570 clear_bit(cnt, ha->req_qid_map); in qla2x00_free_queues() 3375 set_bit(0, ha->req_qid_map); in qla2x00_probe_one()
|
H A D | qla_init.c | 2705 set_bit(0, ha->req_qid_map); in qla2x00_initialize_adapter() 4757 if (!req || !test_bit(que, ha->req_qid_map)) in qla2x00_init_rings() 7757 if (req && test_bit(i, ha->req_qid_map)) { in qla25xx_init_queues()
|
H A D | qla_mr.c | 2014 set_bit(0, ha->req_qid_map); in qlafx00_initialize_adapter()
|
H A D | qla_def.h | 4187 unsigned long req_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
H A D | qla_isr.c | 3335 que >= find_first_zero_bit(ha->req_qid_map, ha->max_req_queues)) { in qla2x00_status_entry()
|
Completed in 80 milliseconds