Searched refs:status_desc (Results 1 – 8 of 8) sorted by relevance
401 struct htt_tx_wbm_completion *status_desc; in ath11k_dp_tx_process_htt_tx_complete() local406 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET; in ath11k_dp_tx_process_htt_tx_complete()408 status_desc = (void *)(desc + HTT_TX_WBM_COMP_STATUS_OFFSET); in ath11k_dp_tx_process_htt_tx_complete()412 status_desc->info0); in ath11k_dp_tx_process_htt_tx_complete()420 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete()422 if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID, status_desc->info2)) in ath11k_dp_tx_process_htt_tx_complete()424 status_desc->info2); in ath11k_dp_tx_process_htt_tx_complete()
778 struct ctl_status_desc *status_desc; in ctl_io_error_sbuf() local784 status_desc = NULL; in ctl_io_error_sbuf()789 status_desc = &ctl_status_table[i]; in ctl_io_error_sbuf()797 if (status_desc == NULL) in ctl_io_error_sbuf()801 sbuf_printf(sb, "CTL Status: %s\n", status_desc->description); in ctl_io_error_sbuf()
415 struct htt_tx_wbm_completion *status_desc; in ath12k_dp_tx_process_htt_tx_complete() local420 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET; in ath12k_dp_tx_process_htt_tx_complete()422 status_desc = (void *)((u8 *)desc + HTT_TX_WBM_COMP_STATUS_OFFSET); in ath12k_dp_tx_process_htt_tx_complete()425 wbm_status = le32_get_bits(status_desc->info0, in ath12k_dp_tx_process_htt_tx_complete()433 ts.ack_rssi = le32_get_bits(status_desc->info2, in ath12k_dp_tx_process_htt_tx_complete()
704 DBG_WARN(" %x ",admin_resp.resp_type.create_op_oq.status_desc[i]); in pqisrc_create_op_obq()747 DBG_WARN(" %x ",admin_resp.resp_type.create_op_iq.status_desc[i]); in pqisrc_create_op_ibq()
344 uint8_t status_desc[4]; member350 uint8_t status_desc[4]; member
793 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_app_mptcmds() local1139 status_desc = (Mpi3StatusReplyDescriptor_t *) in mpi3mr_app_mptcmds()1141 status_desc->IOCStatus = sc->ioctl_cmds.ioc_status; in mpi3mr_app_mptcmds()1142 status_desc->IOCLogInfo = sc->ioctl_cmds.ioc_loginfo; in mpi3mr_app_mptcmds()
4484 Mpi3StatusReplyDescriptor_t *status_desc; in mpi3mr_process_admin_reply_desc() local4497 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_admin_reply_desc()4498 host_tag = status_desc->HostTag; in mpi3mr_process_admin_reply_desc()4499 ioc_status = status_desc->IOCStatus; in mpi3mr_process_admin_reply_desc()4501 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_admin_reply_desc()4691 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_process_op_reply_desc() local4715 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_op_reply_desc()4716 host_tag = status_desc->HostTag; in mpi3mr_process_op_reply_desc()4717 ioc_status = status_desc->IOCStatus; in mpi3mr_process_op_reply_desc()4719 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_op_reply_desc()
5020 char *status_desc; in bnxt_handle_async_event() local5076 status_desc = "healthy"; in bnxt_handle_async_event()5099 status_desc = "unhealthy"; in bnxt_handle_async_event()5103 status_desc, fw_health->last_fw_reset_cnt); in bnxt_handle_async_event()