qp_entry
const struct qp_entry *table = NULL;
typedef struct qp_entry qp_table[];
mr = list_first_entry_or_null(list, struct ib_mr, qp_entry);
list_del(&mr->qp_entry);
list_add(&mr->qp_entry, list);
list_add_tail(&mr->qp_entry, list);
mr = list_first_entry(list, struct ib_mr, qp_entry);
list_del(&mr->qp_entry);
static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry)
struct qp_entry *entry)
static struct qp_entry *qp_list_get_head(struct qp_list *qp_list)
struct qp_entry *entry =
list_first_entry(&qp_list->head, struct qp_entry,
struct qp_entry *entry;
struct qp_entry qp;
struct qp_entry qp;
struct qp_entry *entry;
static struct qp_entry *qp_list_find(struct qp_list *qp_list,
struct qp_entry *entry;
struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle);
struct qp_entry *qp = qp_list_find(&qp_broker_list, handle);
struct list_head qp_entry; /* FR */