Lines Matching refs:options
568 req->options |= BIT_0; in qla25xx_delete_req_que()
583 rsp->options |= BIT_0; in qla25xx_delete_rsp_que()
632 qla25xx_create_req_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_req_que() argument
689 options |= BIT_4; in qla25xx_create_req_que()
692 options |= BIT_5; in qla25xx_create_req_que()
693 req->options = options; in qla25xx_create_req_que()
696 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
698 "options=0x%x.\n", req->options); in qla25xx_create_req_que()
757 qla25xx_create_rsp_que(struct qla_hw_data *ha, uint16_t options, in qla25xx_create_rsp_que() argument
808 options |= BIT_4; in qla25xx_create_rsp_que()
811 options |= BIT_5; in qla25xx_create_rsp_que()
814 options |= BIT_6; in qla25xx_create_rsp_que()
816 rsp->options = options; in qla25xx_create_rsp_que()
825 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()
829 rsp->options, rsp->id, rsp->rsp_q_in, in qla25xx_create_rsp_que()