Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_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/sys/cam/ctl/
H A Dctl_util.c778 struct ctl_status_desc *status_desc; in ctl_io_error_sbuf()
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()
771 struct ctl_status_desc *status_desc; ctl_io_error_sbuf() local
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_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/sys/dev/smartpqi/
H A Dsmartpqi_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()
H A Dsmartpqi_structures.h344 uint8_t status_desc[4]; member
350 uint8_t status_desc[4]; member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c4281 Mpi3StatusReplyDescriptor_t *status_desc; in mpi3mr_process_admin_reply_desc() local
4294 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_admin_reply_desc()
4295 host_tag = status_desc->HostTag; in mpi3mr_process_admin_reply_desc()
4296 ioc_status = status_desc->IOCStatus; in mpi3mr_process_admin_reply_desc()
4298 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_admin_reply_desc()
4485 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_process_op_reply_desc() local
4509 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_op_reply_desc()
4510 host_tag = status_desc->HostTag; in mpi3mr_process_op_reply_desc()
4511 ioc_status = status_desc->IOCStatus; in mpi3mr_process_op_reply_desc()
4513 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_op_reply_desc()
H A Dmpi3mr_app.c793 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_app_mptcmds() local
1125 status_desc = (Mpi3StatusReplyDescriptor_t *) in mpi3mr_app_mptcmds()
1127 status_desc->IOCStatus = sc->ioctl_cmds.ioc_status; in mpi3mr_app_mptcmds()
1128 status_desc->IOCLogInfo = sc->ioctl_cmds.ioc_loginfo; in mpi3mr_app_mptcmds()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c4487 char *status_desc; in bnxt_handle_async_event() local
4543 status_desc = "healthy"; in bnxt_handle_async_event()
4566 status_desc = "unhealthy"; in bnxt_handle_async_event()
4570 status_desc, fw_health->last_fw_reset_cnt); in bnxt_handle_async_event()