Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_busdma.c525 struct usb_dma_tag *utag; in usb_pc_alloc_mem() local
567 utag = usb_dma_tag_find(uptag, size, align); in usb_pc_alloc_mem()
568 if (utag == NULL) { in usb_pc_alloc_mem()
573 utag->tag, &ptr, (BUS_DMA_WAITOK | BUS_DMA_COHERENT), &map)) { in usb_pc_alloc_mem()
582 pc->tag = utag->tag; in usb_pc_alloc_mem()
589 utag->tag, map, ptr, size, &usb_pc_alloc_mem_cb, in usb_pc_alloc_mem()
599 bus_dmamem_free(utag->tag, ptr, map); in usb_pc_alloc_mem()
760 struct usb_dma_tag *utag; in usb_pc_dmamap_create() local
769 utag = usb_dma_tag_find(pc->tag_parent, size, 1); in usb_pc_dmamap_create()
770 if (utag == NULL) { in usb_pc_dmamap_create()
[all …]
/freebsd/sys/netgraph/
H A Dng_pppoe.c1580 const struct pppoe_tag *utag = NULL, *tag = NULL; in ng_pppoe_rcvdata_ether() local
1694 utag = get_tag(ph, PTT_HOST_UNIQ); in ng_pppoe_rcvdata_ether()
1695 if (utag == NULL) { in ng_pppoe_rcvdata_ether()
1701 sendhook = pppoe_finduniq(node, utag); in ng_pppoe_rcvdata_ether()
1752 insert_tag(sp, utag); /* Host Unique */ in ng_pppoe_rcvdata_ether()
1779 utag = get_tag(ph, PTT_AC_COOKIE); in ng_pppoe_rcvdata_ether()
1780 if ((utag == NULL) || in ng_pppoe_rcvdata_ether()
1781 (ntohs(utag->tag_len) != sizeof(sp))) { in ng_pppoe_rcvdata_ether()
1785 sendhook = pppoe_findcookie(node, utag); in ng_pppoe_rcvdata_ether()
1822 insert_tag(sp, utag); /* ac_cookie */ in ng_pppoe_rcvdata_ether()
[all …]
/freebsd/sys/dev/liquidio/base/
H A Dlio_ctrl.h171 pki_ih3->utag = 0; in lio_prepare_pci_cmd_o3()
H A Dlio_common.h371 uint64_t utag:1; member
430 uint64_t utag:1;
H A Dlio_request_manager.c640 pki_ih3->utag = 1; in lio_prepare_soft_command()