Searched refs:pasync_ctx (Results 1 – 2 of 2) sorted by relevance
1608 *pasync_ctx, unsigned int is_header, in hwi_get_async_busy_list()1612 return &pasync_ctx->async_entry[host_write_ptr]. in hwi_get_async_busy_list()1615 return &pasync_ctx->async_entry[host_write_ptr].data_busy_list; in hwi_get_async_busy_list()1621 struct hwi_async_pdu_context *pasync_ctx, in hwi_get_async_handle() argument1657 pbusy_list = hwi_get_async_busy_list(pasync_ctx, in hwi_get_async_handle()1661 pbusy_list = hwi_get_async_busy_list(pasync_ctx, in hwi_get_async_handle()1693 struct hwi_async_pdu_context *pasync_ctx, in hwi_update_async_writables() argument1701 num_entries = pasync_ctx->num_entries; in hwi_update_async_writables()1703 pep_read_ptr = &pasync_ctx->async_header.ep_read_ptr; in hwi_update_async_writables()1704 pwritables = &pasync_ctx->async_header.writables; in hwi_update_async_writables()[all …]
121 (phwi->phwi_ctxt->pasync_ctx[ulp_num])650 #define BE_GET_ASYNC_CRI_FROM_CID(cid) (pasync_ctx->cid_to_async_cri_map[cid])1065 struct hwi_async_pdu_context *pasync_ctx[BEISCSI_ULP_COUNT]; member