/wlan-driver/qca-wifi-host-cmn/htc/ |
D | htc_internal.h | 315 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);
|
D | htc_recv.c | 124 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()
|
D | htc_api.h | 321 typedef void (*HTC_CREDIT_DIST_CALLBACK)(void *Context, 327 typedef void (*HTC_CREDIT_INIT_CALLBACK)(void *Context,
|
D | htc.c | 500 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()
|
D | htc_send.c | 2651 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/ |
D | epping_internal.h | 163 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/ |
D | usbdrv.c | 682 (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/ |
D | epping_test.h | 118 A_UINT16 Context; /* flags */
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
D | adma.c | 653 rx_comp(device->hif_callbacks.Context, nbuf, 0); in hif_read_write() 854 rx_completion(device->hif_callbacks.Context, nbuf, in dl_xfer_cb()
|
D | transfer.c | 69 txCompHandler(pdev->hif_callbacks.Context, buf, in hif_dev_rw_completion_handler()
|
D | mailbox.c | 992 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/ |
D | epping_tx.c | 300 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/ |
D | hif.h | 1083 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/ |
D | ce_main.c | 3569 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/ |
D | dp_internal.h | 3864 hif_pipe_callbacks.Context = cb_context; in dp_hif_update_pipe_callback()
|