Searched refs:ipq (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_var.h47 struct ipq { struct
48 struct ipq *next, *prev; /* to other reass headers */
/illumos-gate/usr/src/boot/include/netinet/
H A Dip_var.h56 struct ipq { struct
57 TAILQ_ENTRY(ipq) ipq_list; /* to other reass headers */
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c311 ddi_put32(cpqary3p->ipq_handle, (uint32_t *)cpqary3p->ipq, cmd_phyaddr);
325 (uint32_t *)cpqary3p->ipq, cmd_phyaddr);
330 (uint32_t *)cpqary3p->ipq, phys_addr);
H A Dcpqary3.h359 uint32_t *ipq; member in struct:cpqary3_per_controller
H A Dcpqary3.c978 (caddr_t *)&cpqary3p->ipq, (offset_t)I2O_IBPOST_Q, map_len,
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2584 queue_t *ipq = NULL; local
2659 ipq = vlan->gldv_ipq;
2662 ipq = vlan->gldv_ipv6q;
2669 * o The IPQ hack is possible (ipq != NULL).
2676 if (ipq != NULL &&
2678 canputnext(ipq)) {
2684 putnext(ipq, mp);
5538 /* The ipq code in gld_recv() is intimate with ethernet/IPoIB */
5573 if (ip_gld->gld_flags & GLD_FAST) /* eligible for ipq */
5580 if (ipv6_gld->gld_flags & GLD_FAST) /* eligible for ipq */
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3025 * Check if ipq is valid in the sendup thread
3208 * Message for ipq. Check to see if the ipq is
3687 * Set or clear device ipq pointer.
3689 * stream is found, assign device ipq to its sl_rq.
3696 queue_t *ipq = NULL; local
3708 if (ipq == NULL) {
3709 ipq = slp->sl_rq;
3726 fptr->fcip_ipq = ipq;

Completed in 95 milliseconds