Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c52 static void usb_hif_free_urb_to_pipe(struct HIF_USB_PIPE *pipe, in usb_hif_free_urb_to_pipe()
67 struct HIF_URB_CONTEXT *usb_hif_alloc_urb_from_pipe(struct HIF_USB_PIPE *pipe) in usb_hif_alloc_urb_from_pipe()
91 (struct HIF_USB_PIPE *pipe) in usb_hif_dequeue_pending_transfer()
113 void usb_hif_enqueue_pending_transfer(struct HIF_USB_PIPE *pipe, in usb_hif_enqueue_pending_transfer()
144 (struct HIF_USB_PIPE *pipe, int urb_cnt) in usb_hif_alloc_pipe_resources()
191 static void usb_hif_free_pipe_resources(struct HIF_USB_PIPE *pipe) in usb_hif_free_pipe_resources()
342 struct HIF_USB_PIPE *pipe; in usb_hif_setup_pipe_resources() local
459 static void usb_hif_flush_pending_transfers(struct HIF_USB_PIPE *pipe) in usb_hif_flush_pending_transfers()
492 struct HIF_USB_PIPE *pipe; in usb_hif_flush_all() local
549 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_recv_prestart_complete() local
[all …]
H A Dhif_usb_internal.h44 #define HIF_USB_SCHEDULE_WORK(pipe)\ argument
47 #define HIF_USB_INIT_WORK(pipe)\ argument
52 #define HIF_USB_FLUSH_WORK(pipe) flush_work(&pipe->io_complete_work) argument
54 #define HIF_USB_SCHEDULE_WORK(pipe) queue_work(system_highpri_wq,\ argument
56 #define HIF_USB_INIT_WORK(pipe)\ argument
59 #define HIF_USB_FLUSH_WORK(pipe) argument
75 struct HIF_USB_PIPE *pipe; member
H A Dhif_usb.c77 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_transmit_complete() local
126 struct HIF_USB_PIPE *pipe = &device->pipes[pipe_id]; in hif_send_internal() local
298 struct HIF_USB_PIPE *pipe = &device->pipes[pipe_id]; in hif_get_free_queue_number() local
375 struct HIF_USB_PIPE *pipe; in hif_usb_device_init() local
782 struct HIF_USB_PIPE *pipe = NULL; in hif_dump_info() local
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio.c120 QDF_STATUS hif_send_head(struct hif_opaque_softc *hif_ctx, uint8_t pipe, in hif_send_head()
208 uint8_t pipe) in hif_get_free_queue_number()
226 void hif_send_complete_check(struct hif_opaque_softc *hif_ctx, uint8_t pipe, in hif_send_complete_check()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c3317 uint8_t pipe, unsigned int transfer_id, unsigned int nbytes, in hif_send_head()
3403 void hif_send_complete_check(struct hif_opaque_softc *hif_ctx, uint8_t pipe, in hif_send_complete_check()
3436 hif_register_ce_custom_cb(struct hif_opaque_softc *hif_ctx, uint8_t pipe, in hif_register_ce_custom_cb()
3453 hif_unregister_ce_custom_cb(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_unregister_ce_custom_cb()
3469 hif_enable_ce_custom_cb(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_enable_ce_custom_cb()
3486 hif_disable_ce_custom_cb(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_disable_ce_custom_cb()
3511 void hif_schedule_ce_tasklet(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_schedule_ce_tasklet()
3530 void hif_schedule_ce_tasklet(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_schedule_ce_tasklet()
3536 hif_get_free_queue_number(struct hif_opaque_softc *hif_ctx, uint8_t pipe) in hif_get_free_queue_number()
5884 struct hif_pipe_addl_info *hif_info, uint32_t pipe) in hif_get_addl_pipe_info()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c87 uint8_t pipe, uint32_t nbytes, qdf_nbuf_t buf) in hif_dev_send_buffer()
H A Dadma.c263 uint8_t pipe, unsigned long *addr) in hif_get_send_address()
H A Dmailbox.c556 uint8_t pipe, unsigned long *addr) in hif_get_send_address()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ipa.c352 bool pipe; in hdd_ipa_get_tx_pipe_multi_conn() local
/wlan-driver/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c