Lines Matching refs:options
567 req->options |= BIT_0; in qla25xx_delete_req_que()
582 rsp->options |= BIT_0; in qla25xx_delete_rsp_que()
631 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_req_que() argument
688 options |= BIT_4; in qla25xx_create_req_que()
691 options |= BIT_5; in qla25xx_create_req_que()
692 req->options = options; in qla25xx_create_req_que()
695 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
697 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
756 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_rsp_que() argument
807 options |= BIT_4; in qla25xx_create_rsp_que()
810 options |= BIT_5; in qla25xx_create_rsp_que()
813 options |= BIT_6; in qla25xx_create_rsp_que()
815 rsp->options = options; in qla25xx_create_rsp_que()
824 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()
828 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()