Home
last modified time | relevance | path

Searched refs:status_desc (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/sys/contrib/dev/athk/ath11k/
HDdp_tx.c401 struct htt_tx_wbm_completion *status_desc; in ath11k_dp_tx_process_htt_tx_complete() local
406 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()
/freebsd-head/sys/cam/ctl/
HDctl_util.c778 struct ctl_status_desc *status_desc; in ctl_io_error_sbuf() local
784 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()
/freebsd-head/sys/contrib/dev/athk/ath12k/
HDdp_tx.c415 struct htt_tx_wbm_completion *status_desc; in ath12k_dp_tx_process_htt_tx_complete() local
420 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()
/freebsd-head/sys/dev/smartpqi/
HDsmartpqi_queue.c704 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()
HDsmartpqi_structures.h344 uint8_t status_desc[4]; member
350 uint8_t status_desc[4]; member
/freebsd-head/sys/dev/mpi3mr/
HDmpi3mr_app.c793 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_app_mptcmds() local
1139 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()
HDmpi3mr.c4484 Mpi3StatusReplyDescriptor_t *status_desc; in mpi3mr_process_admin_reply_desc() local
4497 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() local
4715 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()
/freebsd-head/sys/dev/bnxt/bnxt_en/
HDif_bnxt.c5020 char *status_desc; in bnxt_handle_async_event() local
5076 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()