Lines Matching refs:options
562 req->options |= BIT_0; in qla25xx_delete_req_que()
577 rsp->options |= BIT_0; in qla25xx_delete_rsp_que()
626 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_req_que() argument
683 options |= BIT_4; in qla25xx_create_req_que()
686 options |= BIT_5; in qla25xx_create_req_que()
687 req->options = options; in qla25xx_create_req_que()
690 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
692 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
748 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_rsp_que() argument
799 options |= BIT_4; in qla25xx_create_rsp_que()
802 options |= BIT_5; in qla25xx_create_rsp_que()
805 options |= BIT_6; in qla25xx_create_rsp_que()
807 rsp->options = options; in qla25xx_create_rsp_que()
815 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()
819 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()