Searched refs:dispatch_stq_head (Results 1 – 2 of 2) sorted by relevance
320 STAILQ_INIT(&droq->dispatch_stq_head); in lio_init_droq()543 STAILQ_INSERT_TAIL(&droq->dispatch_stq_head, in lio_droq_dispatch_pkt()751 STAILQ_FOREACH_SAFE(tmp, &droq->dispatch_stq_head, entries, tmp2) { in lio_droq_process_packets()754 STAILQ_REMOVE_HEAD(&droq->dispatch_stq_head, entries); in lio_droq_process_packets()
320 struct lio_stailq_head dispatch_stq_head; member