Searched refs:qedr_xrcd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr.h | 313 struct qedr_xrcd { struct 583 static inline struct qedr_xrcd *get_qedr_xrcd(struct ib_xrcd *ibxrcd) in get_qedr_xrcd() 585 return container_of(ibxrcd, struct qedr_xrcd, ibxrcd); in get_qedr_xrcd()
|
H A D | verbs.c | 491 struct qedr_xrcd *xrcd = get_qedr_xrcd(ibxrcd); in qedr_alloc_xrcd() 1598 struct qedr_xrcd *xrcd = get_qedr_xrcd(init_attr->ext.xrc.xrcd); in qedr_create_srq() 1878 struct qedr_xrcd *xrcd = get_qedr_xrcd(attrs->xrcd); in qedr_create_user_qp() 2240 struct qedr_xrcd *xrcd = NULL; in qedr_create_qp()
|
H A D | main.c | 241 INIT_RDMA_OBJ_SIZE(ib_xrcd, qedr_xrcd, ibxrcd),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | qedr.h | 313 struct qedr_xrcd { struct 584 static inline struct qedr_xrcd *get_qedr_xrcd(struct ib_xrcd *ibxrcd) in get_qedr_xrcd() 586 return container_of(ibxrcd, struct qedr_xrcd, ibxrcd); in get_qedr_xrcd()
|
H A D | verbs.c | 493 struct qedr_xrcd *xrcd = get_qedr_xrcd(ibxrcd); in qedr_alloc_xrcd() 1612 struct qedr_xrcd *xrcd = get_qedr_xrcd(init_attr->ext.xrc.xrcd); in qedr_create_srq() 1901 struct qedr_xrcd *xrcd = get_qedr_xrcd(attrs->xrcd); in qedr_create_user_qp() 2262 struct qedr_xrcd *xrcd = NULL; in qedr_create_qp()
|
H A D | main.c | 237 INIT_RDMA_OBJ_SIZE(ib_xrcd, qedr_xrcd, ibxrcd),
|
Completed in 16 milliseconds