Searched refs:utag (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.c535 struct usb_dma_tag *utag; local
577 utag = usb_dma_tag_find(uptag, size, align);
578 if (utag == NULL) {
583 utag->tag, &ptr, (BUS_DMA_WAITOK | BUS_DMA_COHERENT), &map)) {
592 pc->tag = utag->tag;
599 utag->tag, map, ptr, size, &usb_pc_alloc_mem_cb,
609 bus_dmamem_free(utag->tag, ptr, map);
764 struct usb_dma_tag *utag; local
773 utag = usb_dma_tag_find(pc->tag_parent, size, 1);
774 if (utag
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c1558 const struct pppoe_tag *utag = NULL, *tag = NULL; local
1674 utag = get_tag(ph, PTT_HOST_UNIQ);
1675 if (utag == NULL) {
1681 sendhook = pppoe_finduniq(node, utag);
1732 insert_tag(sp, utag); /* Host Unique */
1759 utag = get_tag(ph, PTT_AC_COOKIE);
1760 if ((utag == NULL) ||
1761 (ntohs(utag->tag_len) != sizeof(sp))) {
1765 sendhook = pppoe_findcookie(node, utag);
1802 insert_tag(sp, utag); /* ac_cooki
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_ctrl.h172 pki_ih3->utag = 0;
H A Dlio_common.h372 uint64_t utag:1; member in struct:octeon_instr_pki_ih3
431 uint64_t utag:1;
H A Dlio_request_manager.c655 pki_ih3->utag = 1;

Completed in 115 milliseconds