Home
last modified time | relevance | path

Searched refs:Context (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h315 QDF_STATUS htc_rx_completion_handler(void *Context, qdf_nbuf_t netbuf,
317 QDF_STATUS htc_tx_completion_handler(void *Context, qdf_nbuf_t netbuf,
348 void htc_control_rx_complete(void *Context, HTC_PACKET *pPacket);
Dhtc_recv.c124 void htc_control_rx_complete(void *Context, HTC_PACKET *pPacket) in htc_control_rx_complete() argument
245 QDF_STATUS htc_rx_completion_handler(void *Context, qdf_nbuf_t netbuf, in htc_rx_completion_handler() argument
250 HTC_TARGET *target = (HTC_TARGET *) Context; in htc_rx_completion_handler()
Dhtc_api.h321 typedef void (*HTC_CREDIT_DIST_CALLBACK)(void *Context,
327 typedef void (*HTC_CREDIT_INIT_CALLBACK)(void *Context,
Dhtc.c500 htcCallbacks.Context = target; in htc_create()
566 static void htc_control_tx_complete(void *Context, HTC_PACKET *pPacket) in htc_control_tx_complete() argument
568 HTC_TARGET *target = (HTC_TARGET *) Context; in htc_control_tx_complete()
Dhtc_send.c2651 QDF_STATUS htc_tx_completion_handler(void *Context, in htc_tx_completion_handler() argument
2655 HTC_TARGET *target = (HTC_TARGET *) Context; in htc_tx_completion_handler()
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
Depping_internal.h163 enum htc_send_full_action epping_tx_queue_full(void *Context,
169 void epping_rx(void *Context, HTC_PACKET *pPacket);
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dusbdrv.c682 (pipe->device->htc_callbacks.Context, 1); in usb_hif_usb_recv_complete()
827 (pipe->device->htc_callbacks.Context, in usb_hif_usb_recv_bundle_complete()
1254 Context, buf, in usb_hif_io_complete()
1267 device->htc_callbacks.Context, in usb_hif_io_complete()
1272 device->htc_callbacks.Context, buf, in usb_hif_io_complete()
/wlan-driver/fw-api/fw/
Depping_test.h118 A_UINT16 Context; /* flags */
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dadma.c653 rx_comp(device->hif_callbacks.Context, nbuf, 0); in hif_read_write()
854 rx_completion(device->hif_callbacks.Context, nbuf, in dl_xfer_cb()
Dtransfer.c69 txCompHandler(pdev->hif_callbacks.Context, buf, in hif_dev_rw_completion_handler()
Dmailbox.c992 rxCompletion(pdev->hif_callbacks.Context, in hif_dev_recv_message_pending_handler()
1071 pdev->hif_callbacks.Context, in hif_dev_service_cpu_interrupt()
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_tx.c300 enum htc_send_full_action epping_tx_queue_full(void *Context, in epping_tx_queue_full() argument
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h1083 void *Context; member
1085 QDF_STATUS (*txCompletionHandler)(void *Context, qdf_nbuf_t wbuf,
1088 QDF_STATUS (*rxCompletionHandler)(void *Context, qdf_nbuf_t wbuf,
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_main.c3569 msg_callbacks->Context, in hif_pci_ce_send_done()
3601 rxCompletionHandler(msg_callbacks->Context, in hif_ce_do_recv()
4236 pipe_callbacks.Context, in hif_send_buffer_cleanup_on_pipe()
5973 msg_callbacks->fwEventHandler(msg_callbacks->Context, in hif_fw_event_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_internal.h3864 hif_pipe_callbacks.Context = cb_context; in dp_hif_update_pipe_callback()