Lines Matching defs:sdev
103 struct siw_device *sdev;
148 struct siw_device *sdev;
420 struct siw_device *sdev;
517 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
540 int siw_get_tx_cpu(struct siw_device *sdev);
599 static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id)
604 qp = xa_load(&sdev->qp_xa, id);
705 ibdev_dbg(&qp->sdev->base_dev, "QP[%u] %s: " fmt, qp_id(qp), __func__, \
717 ibdev_dbg(&mem->sdev->base_dev, \
721 ibdev_dbg(&cep->sdev->base_dev, "CEP[0x%pK] %s: " fmt, \