Searched refs:req_qid_map (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 528 clear_bit(que_id, ha->req_qid_map); in qla25xx_free_req_que() 603 if (req && test_bit(cnt, ha->req_qid_map)) { in qla25xx_delete_queues() 663 que_id = find_first_zero_bit(ha->req_qid_map, ha->max_req_queues); in qla25xx_create_req_que() 670 set_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que() 728 clear_bit(que_id, ha->req_qid_map); in qla25xx_create_req_que()
|
D | qla_tmpl.c | 399 if (!test_bit(i, vha->hw->req_qid_map)) in qla27xx_fwdt_entry_t263() 646 if (!test_bit(i, vha->hw->req_qid_map)) in qla27xx_fwdt_entry_t274()
|
D | qla_os.c | 348 set_bit(0, ha->req_qid_map); in qla2x00_alloc_queues() 400 if (!test_bit(cnt, ha->req_qid_map)) in qla2x00_free_queues() 2657 set_bit(0, ha->req_qid_map); in qla2x00_probe_one() 2884 clear_bit(0, ha->req_qid_map); in qla2x00_probe_one()
|
D | qla_init.c | 639 set_bit(0, ha->req_qid_map); in qla2x00_initialize_adapter() 2195 if (!req || !test_bit(que, ha->req_qid_map)) in qla2x00_init_rings() 4979 if (req && test_bit(i, ha->req_qid_map)) { in qla25xx_init_queues()
|
D | qla_def.h | 3007 unsigned long req_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
D | qla_isr.c | 2068 que >= find_first_zero_bit(ha->req_qid_map, ha->max_req_queues)) { in qla2x00_status_entry()
|
D | qla_mr.c | 2038 set_bit(0, ha->req_qid_map); in qlafx00_initialize_adapter()
|