Lines Matching refs:mem_flags

2805 		u32 ep_state, unsigned int num_trbs, gfp_t mem_flags)  in prepare_ring()  argument
2850 mem_flags)) { in prepare_ring()
2896 gfp_t mem_flags) in prepare_transfer() argument
2913 num_trbs, mem_flags); in prepare_transfer()
3011 int xhci_queue_intr_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_intr_tx() argument
3039 return xhci_queue_bulk_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_intr_tx()
3084 static int queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in queue_bulk_sg_tx() argument
3115 num_trbs, urb, 0, mem_flags); in queue_bulk_sg_tx()
3129 1, urb, 1, mem_flags); in queue_bulk_sg_tx()
3255 int xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_bulk_tx() argument
3275 return queue_bulk_sg_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_bulk_tx()
3300 num_trbs, urb, 0, mem_flags); in xhci_queue_bulk_tx()
3314 1, urb, 1, mem_flags); in xhci_queue_bulk_tx()
3407 int xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_ctrl_tx() argument
3442 num_trbs, urb, 0, mem_flags); in xhci_queue_ctrl_tx()
3695 static int xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx() argument
3751 urb->stream_id, trbs_per_td, urb, i, mem_flags); in xhci_queue_isoc_tx()
3897 int xhci_queue_isoc_tx_prepare(struct xhci_hcd *xhci, gfp_t mem_flags, in xhci_queue_isoc_tx_prepare() argument
3925 num_trbs, mem_flags); in xhci_queue_isoc_tx_prepare()
3991 return xhci_queue_isoc_tx(xhci, mem_flags, urb, slot_id, ep_index); in xhci_queue_isoc_tx_prepare()