Lines Matching refs:status_buf_vaddr
57 …tic int xhci_status_stage(struct xhci_ep_info_t *ep, uint8_t direction, uint64_t status_buf_vaddr);
1155 …atic int xhci_status_stage(struct xhci_ep_info_t *ep, uint8_t direction, uint64_t status_buf_vaddr) in xhci_status_stage() argument
1175 trb.buf_paddr = virt_2_phys(status_buf_vaddr); in xhci_status_stage()
1241 uint64_t status_buf_vaddr = in xhci_control_in() local
1252 packet->length, XHCI_DIR_IN_BIT, max_packet, status_buf_vaddr); in xhci_control_in()
1270 retval = xhci_wait_for_interrupt(id, status_buf_vaddr); in xhci_control_in()
1274 memset((void *)status_buf_vaddr, 0, 16); in xhci_control_in()
1275 …us_stage(&xhci_hc[id].ports[port_id].ep_info[XHCI_EP_CONTROL], XHCI_DIR_OUT_BIT, status_buf_vaddr); in xhci_control_in()
1279 retval = xhci_wait_for_interrupt(id, status_buf_vaddr); in xhci_control_in()
1295 kfree((void *)status_buf_vaddr); in xhci_control_in()
1314 uint64_t status_buf_vaddr = (uint64_t)kzalloc(16, 0); in xhci_control_out() local
1325 packet->length, XHCI_DIR_OUT_BIT, max_packet, status_buf_vaddr); in xhci_control_out()
1331 retval = xhci_wait_for_interrupt(id, status_buf_vaddr); in xhci_control_out()
1336 memset((void *)status_buf_vaddr, 0, 16); in xhci_control_out()
1337 …tus_stage(&xhci_hc[id].ports[port_id].ep_info[XHCI_EP_CONTROL], XHCI_DIR_IN_BIT, status_buf_vaddr); in xhci_control_out()
1342 retval = xhci_wait_for_interrupt(id, status_buf_vaddr); in xhci_control_out()
1358 kfree((void *)status_buf_vaddr); in xhci_control_out()