Lines Matching refs:siw_qp

96 	struct siw_qp *qp;  in siw_qp_llp_data_ready()
129 void siw_qp_llp_close(struct siw_qp *qp) in siw_qp_llp_close()
203 static int siw_qp_readq_init(struct siw_qp *qp, int irq_size, int orq_size) in siw_qp_readq_init()
229 static int siw_qp_enable_crc(struct siw_qp *qp) in siw_qp_enable_crc()
263 int siw_qp_mpa_rts(struct siw_qp *qp, enum mpa_v2_ctrl ctrl) in siw_qp_mpa_rts()
367 void siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, in siw_init_terminate()
390 void siw_send_terminate(struct siw_qp *qp) in siw_send_terminate()
615 static void siw_qp_modify_nonstate(struct siw_qp *qp, in siw_qp_modify_nonstate()
637 static int siw_qp_nextstate_from_idle(struct siw_qp *qp, in siw_qp_nextstate_from_idle()
706 static int siw_qp_nextstate_from_rts(struct siw_qp *qp, in siw_qp_nextstate_from_rts()
767 static void siw_qp_nextstate_from_term(struct siw_qp *qp, in siw_qp_nextstate_from_term()
784 static int siw_qp_nextstate_from_close(struct siw_qp *qp, in siw_qp_nextstate_from_close()
828 int siw_qp_modify(struct siw_qp *qp, struct siw_qp_attrs *attrs, in siw_qp_modify()
884 static int siw_activate_tx_from_sq(struct siw_qp *qp) in siw_activate_tx_from_sq()
980 int siw_activate_tx(struct siw_qp *qp) in siw_activate_tx()
1063 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete()
1121 int siw_rqe_complete(struct siw_qp *qp, struct siw_rqe *rqe, u32 bytes, in siw_rqe_complete()
1191 void siw_sq_flush(struct siw_qp *qp) in siw_sq_flush()
1267 void siw_rq_flush(struct siw_qp *qp) in siw_rq_flush()
1314 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp) in siw_qp_add()
1329 struct siw_qp *found, *qp = container_of(ref, struct siw_qp, ref); in siw_free_qp()