Searched refs:utag (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_busdma.c | 525 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 D | ng_pppoe.c | 1580 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 D | lio_ctrl.h | 171 pki_ih3->utag = 0; in lio_prepare_pci_cmd_o3()
|
H A D | lio_common.h | 371 uint64_t utag:1; member 430 uint64_t utag:1;
|
H A D | lio_request_manager.c | 640 pki_ih3->utag = 1; in lio_prepare_soft_command()
|