Lines Matching refs:mem_flags
2766 u32 ep_state, unsigned int num_trbs, gfp_t mem_flags) in prepare_ring() argument
2811 mem_flags)) { in prepare_ring()
2857 gfp_t mem_flags) in prepare_transfer() argument
2874 num_trbs, mem_flags); in prepare_transfer()
2972 int xhci_queue_intr_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_intr_tx() argument
3000 return xhci_queue_bulk_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_intr_tx()
3045 static int queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in queue_bulk_sg_tx() argument
3076 num_trbs, urb, 0, mem_flags); in queue_bulk_sg_tx()
3090 1, urb, 1, mem_flags); in queue_bulk_sg_tx()
3216 int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_bulk_tx() argument
3236 return queue_bulk_sg_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_bulk_tx()
3261 num_trbs, urb, 0, mem_flags); in xhci_queue_bulk_tx()
3275 1, urb, 1, mem_flags); in xhci_queue_bulk_tx()
3368 int xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_ctrl_tx() argument
3403 num_trbs, urb, 0, mem_flags); in xhci_queue_ctrl_tx()
3565 static int xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx() argument
3619 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()
3748 int xhci_queue_isoc_tx_prepare(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx_prepare() argument
3773 num_trbs, mem_flags); in xhci_queue_isoc_tx_prepare()
3807 return xhci_queue_isoc_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_isoc_tx_prepare()