Searched refs:qpids (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | resource.c | 140 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_get_cqid() 146 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_get_cqid() 181 if (!list_empty(&uctx->qpids)) { in c4iw_get_qpid() 182 entry = list_entry(uctx->qpids.next, struct c4iw_qid_list, in c4iw_get_qpid() 199 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_get_qpid() 240 list_add_tail(&entry->entry, &uctx->qpids); in c4iw_put_qpid()
|
| HD | device.c | 58 list_for_each_safe(pos, nxt, &uctx->qpids) { in c4iw_release_dev_ucontext() 71 list_for_each_safe(pos, nxt, &uctx->qpids) { in c4iw_release_dev_ucontext() 83 INIT_LIST_HEAD(&uctx->qpids); in c4iw_init_dev_ucontext()
|
| HD | iw_cxgbe.h | 110 struct list_head qpids; member
|
| /trueos/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_hal.c | 233 if (!TAILQ_EMPTY(&uctx->qpids)) { in get_qpid() 235 entry = TAILQ_FIRST(&uctx->qpids); in get_qpid() 236 TAILQ_REMOVE(&uctx->qpids, entry, entry); in get_qpid() 248 TAILQ_INSERT_TAIL(&uctx->qpids, entry, entry); in get_qpid() 267 TAILQ_INSERT_TAIL(&uctx->qpids, entry, entry); in put_qpid() 277 TAILQ_FOREACH_SAFE(pos, &uctx->qpids, entry, tmp) { in cxio_release_ucontext() 278 TAILQ_REMOVE(&uctx->qpids, pos, entry); in cxio_release_ucontext() 289 TAILQ_INIT(&uctx->qpids); in cxio_init_ucontext()
|
| HD | iw_cxgb_hal.h | 84 TAILQ_HEAD(, cxio_qpid) qpids;
|