Searched refs:rsp_qid_map (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 555 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_free_rsp_que() 618 if (rsp && test_bit(cnt, ha->rsp_qid_map)) { in qla25xx_delete_queues() 784 que_id = find_first_zero_bit(ha->rsp_qid_map, ha->max_rsp_queues); in qla25xx_create_rsp_que() 791 set_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que() 841 clear_bit(que_id, ha->rsp_qid_map); in qla25xx_create_rsp_que()
|
D | qla_tmpl.c | 416 if (!test_bit(i, vha->hw->rsp_qid_map)) in qla27xx_fwdt_entry_t263() 661 if (!test_bit(i, vha->hw->rsp_qid_map)) in qla27xx_fwdt_entry_t274()
|
D | qla_os.c | 348 set_bit(0, ha->rsp_qid_map); in qla2x00_alloc_queues() 411 if (!test_bit(cnt, ha->rsp_qid_map)) in qla2x00_free_queues() 2661 set_bit(0, ha->rsp_qid_map); in qla2x00_probe_one() 2890 clear_bit(0, ha->rsp_qid_map); in qla2x00_probe_one()
|
D | qla_init.c | 640 set_bit(0, ha->rsp_qid_map); in qla2x00_initialize_adapter() 2214 if (!rsp || !test_bit(que, ha->rsp_qid_map)) in qla2x00_init_rings() 4960 if (rsp && test_bit(i, ha->rsp_qid_map)) { in qla25xx_init_queues()
|
D | qla_def.h | 3008 unsigned long rsp_qid_map[(QLA_MAX_QUEUES / 8) / sizeof(unsigned long)]; member
|
D | qla_mr.c | 2039 set_bit(0, ha->rsp_qid_map); in qlafx00_initialize_adapter()
|