Searched refs:per_transfer_context (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_service_legacy.c | 220 src_ring->per_transfer_context[write_index] = in ce_send_fast() 254 src_ring->per_transfer_context[write_index] = msdu; in ce_send_fast() 258 src_ring->per_transfer_context[write_index], in ce_send_fast() 374 nbuf = dest_ring->per_transfer_context[sw_index]; in ce_per_engine_service_fast() 525 void *per_transfer_context, in ce_send_nolock_legacy() argument 593 src_ring->per_transfer_context[write_index] = in ce_send_nolock_legacy() 594 per_transfer_context; in ce_send_nolock_legacy() 615 (union ce_desc *)shadow_src_desc, per_transfer_context, in ce_send_nolock_legacy() 627 void *per_transfer_context, in ce_sendlist_send_legacy() argument 676 status = ce_send_nolock_legacy(copyeng, per_transfer_context, in ce_sendlist_send_legacy() [all …]
|
D | ce_service_srng.c | 162 void *per_transfer_context, in ce_send_nolock_srng() argument 221 src_ring->per_transfer_context[write_index] = in ce_send_nolock_srng() 222 per_transfer_context; in ce_send_nolock_srng() 232 per_transfer_context, in ce_send_nolock_srng() 245 void *per_transfer_context, in ce_sendlist_send_srng() argument 285 status = ce_send_nolock_srng(copyeng, per_transfer_context, in ce_sendlist_send_srng() 291 QDF_NBUF_UPDATE_TX_PKT_COUNT((qdf_nbuf_t)per_transfer_context, in ce_sendlist_send_srng() 293 DPTRACE(qdf_dp_trace((qdf_nbuf_t)per_transfer_context, in ce_sendlist_send_srng() 296 (uint8_t *)(((qdf_nbuf_t)per_transfer_context)->data), in ce_sendlist_send_srng() 297 sizeof(((qdf_nbuf_t)per_transfer_context)->data), QDF_TX)); in ce_sendlist_send_srng() [all …]
|
D | ce_api.h | 617 void *per_transfer_context, 624 void *per_transfer_context,
|
D | ce_service.c | 501 void *per_transfer_context, in ce_send() argument 514 per_transfer_context, buffer, nbytes, in ce_send() 562 void *per_transfer_context, in ce_sendlist_send() argument 569 per_transfer_context, sendlist, transfer_id); in ce_sendlist_send() 662 src_ring->per_transfer_context[write_index] = msdu; in ce_batch_send() 766 src_ring->per_transfer_context[write_index] = msdu; in ce_send_single() 2049 nbuf = src_ring->per_transfer_context[entry]; in hif_log_src_ce_dump() 2128 nbuf = dest_ring->per_transfer_context[entry]; in hif_log_dest_ce_dump()
|
D | ce_internal.h | 123 void **per_transfer_context; member
|
D | ce_main.c | 2042 ce_ring->per_transfer_context = (void **)ptr; in ce_alloc_ring_state() 3162 nbuf = dst_ring->per_transfer_context[i]; in ce_t2h_msg_ce_cleanup()
|