Lines Matching defs:qp

95 	struct siw_qp *qp;  in siw_qp_llp_data_ready()  local
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()
363 void siw_init_terminate(struct siw_qp *qp, enum term_elayer layer, u8 etype, in siw_init_terminate()
386 void siw_send_terminate(struct siw_qp *qp) in siw_send_terminate()
611 static void siw_qp_modify_nonstate(struct siw_qp *qp, in siw_qp_modify_nonstate()
633 static int siw_qp_nextstate_from_idle(struct siw_qp *qp, in siw_qp_nextstate_from_idle()
702 static int siw_qp_nextstate_from_rts(struct siw_qp *qp, in siw_qp_nextstate_from_rts()
763 static void siw_qp_nextstate_from_term(struct siw_qp *qp, in siw_qp_nextstate_from_term()
780 static int siw_qp_nextstate_from_close(struct siw_qp *qp, in siw_qp_nextstate_from_close()
824 int siw_qp_modify(struct siw_qp *qp, struct siw_qp_attrs *attrs, in siw_qp_modify()
886 int siw_activate_tx(struct siw_qp *qp) in siw_activate_tx()
1047 int siw_sqe_complete(struct siw_qp *qp, struct siw_sqe *sqe, u32 bytes, in siw_sqe_complete()
1105 int siw_rqe_complete(struct siw_qp *qp, struct siw_rqe *rqe, u32 bytes, in siw_rqe_complete()
1175 void siw_sq_flush(struct siw_qp *qp) in siw_sq_flush()
1251 void siw_rq_flush(struct siw_qp *qp) in siw_rq_flush()
1298 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp) in siw_qp_add()
1313 struct siw_qp *found, *qp = container_of(ref, struct siw_qp, ref); in siw_free_qp() local