Lines Matching defs:sdev
102 struct siw_device *sdev;
147 struct siw_device *sdev;
419 struct siw_device *sdev;
515 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
537 int siw_get_tx_cpu(struct siw_device *sdev);
596 static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id)
601 qp = xa_load(&sdev->qp_xa, id);
702 ibdev_dbg(&qp->sdev->base_dev, "QP[%u] %s: " fmt, qp_id(qp), __func__, \
714 ibdev_dbg(&mem->sdev->base_dev, \
718 ibdev_dbg(&cep->sdev->base_dev, "CEP[0x%pK] %s: " fmt, \