Lines Matching refs:siw_qp

95 	struct siw_qp *qp;  in siw_qp_llp_data_ready()
126 void siw_qp_llp_close(struct siw_qp *qp) in siw_qp_llp_close()
200 static int siw_qp_readq_init(struct siw_qp *qp, int irq_size, int orq_size) in siw_qp_readq_init()
226 static int siw_qp_enable_crc(struct siw_qp *qp) in siw_qp_enable_crc()
260 int siw_qp_mpa_rts(struct siw_qp *qp, enum mpa_v2_ctrl ctrl) in siw_qp_mpa_rts()
364 void siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, in siw_init_terminate()
387 void siw_send_terminate(struct siw_qp *qp) in siw_send_terminate()
612 static void siw_qp_modify_nonstate(struct siw_qp *qp, in siw_qp_modify_nonstate()
634 static int siw_qp_nextstate_from_idle(struct siw_qp *qp, in siw_qp_nextstate_from_idle()
703 static int siw_qp_nextstate_from_rts(struct siw_qp *qp, in siw_qp_nextstate_from_rts()
764 static void siw_qp_nextstate_from_term(struct siw_qp *qp, in siw_qp_nextstate_from_term()
781 static int siw_qp_nextstate_from_close(struct siw_qp *qp, in siw_qp_nextstate_from_close()
825 int siw_qp_modify(struct siw_qp *qp, struct siw_qp_attrs *attrs, in siw_qp_modify()
881 static int siw_activate_tx_from_sq(struct siw_qp *qp) in siw_activate_tx_from_sq()
977 int siw_activate_tx(struct siw_qp *qp) in siw_activate_tx()
1060 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete()
1118 int siw_rqe_complete(struct siw_qp *qp, struct siw_rqe *rqe, u32 bytes, in siw_rqe_complete()
1188 void siw_sq_flush(struct siw_qp *qp) in siw_sq_flush()
1264 void siw_rq_flush(struct siw_qp *qp) in siw_rq_flush()
1311 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp) in siw_qp_add()
1326 struct siw_qp *found, *qp = container_of(ref, struct siw_qp, ref); in siw_free_qp()