Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c407 struct htt_tx_wbm_completion *status_desc; in ath11k_dp_tx_process_htt_tx_complete() local
412 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET; in ath11k_dp_tx_process_htt_tx_complete()
414 status_desc = (void *)(desc + HTT_TX_WBM_COMP_STATUS_OFFSET); in ath11k_dp_tx_process_htt_tx_complete()
418 status_desc->info0); in ath11k_dp_tx_process_htt_tx_complete()
426 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete()
428 if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID, status_desc->info2)) in ath11k_dp_tx_process_htt_tx_complete()
430 status_desc->info2); in ath11k_dp_tx_process_htt_tx_complete()
H A Ddp_rx.c3032 void *status_desc; in ath11k_dp_rx_mon_buf_done() local
3038 status_desc = ath11k_hal_srng_src_next_peek(ab, srng); in ath11k_dp_rx_mon_buf_done()
3039 if (!status_desc) in ath11k_dp_rx_mon_buf_done()
3042 ath11k_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath11k_dp_rx_mon_buf_done()
/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/wifi7/
H A Ddp_tx.c485 struct htt_tx_wbm_completion *status_desc; in ath12k_dp_tx_process_htt_tx_complete() local
490 status_desc = desc; in ath12k_dp_tx_process_htt_tx_complete()
492 wbm_status = le32_get_bits(status_desc->info0, in ath12k_dp_tx_process_htt_tx_complete()
499 ts.ack_rssi = le32_get_bits(status_desc->info2, in ath12k_dp_tx_process_htt_tx_complete()
H A Ddp_mon.c2893 void *status_desc; in ath12k_wifi7_dp_rx_mon_buf_done() local
2899 status_desc = ath12k_hal_srng_src_next_peek(ab, srng); in ath12k_wifi7_dp_rx_mon_buf_done()
2900 if (!status_desc) in ath12k_wifi7_dp_rx_mon_buf_done()
2903 ath12k_wifi7_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath12k_wifi7_dp_rx_mon_buf_done()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_queue.c691 DBG_WARN(" %x\n",admin_resp.resp_type.create_op_oq.status_desc[i]); in pqisrc_create_op_obq()
734 DBG_WARN(" %x\n",admin_resp.resp_type.create_op_iq.status_desc[i]); in pqisrc_create_op_ibq()
H A Dsmartpqi_structures.h345 uint8_t status_desc[4]; member
351 uint8_t status_desc[4]; member
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_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()
H A Dmpi3mr.c4485 Mpi3StatusReplyDescriptor_t *status_desc; in mpi3mr_process_admin_reply_desc() local
4498 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_admin_reply_desc()
4499 host_tag = status_desc->HostTag; in mpi3mr_process_admin_reply_desc()
4500 ioc_status = status_desc->IOCStatus; in mpi3mr_process_admin_reply_desc()
4502 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_admin_reply_desc()
4692 Mpi3StatusReplyDescriptor_t *status_desc = NULL; in mpi3mr_process_op_reply_desc() local
4716 status_desc = (Mpi3StatusReplyDescriptor_t *)reply_desc; in mpi3mr_process_op_reply_desc()
4717 host_tag = status_desc->HostTag; in mpi3mr_process_op_reply_desc()
4718 ioc_status = status_desc->IOCStatus; in mpi3mr_process_op_reply_desc()
4720 ioc_loginfo = status_desc->IOCLogInfo; in mpi3mr_process_op_reply_desc()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c5198 char *status_desc; in bnxt_handle_async_event() local
5254 status_desc = "healthy"; in bnxt_handle_async_event()
5277 status_desc = "unhealthy"; in bnxt_handle_async_event()
5281 status_desc, fw_health->last_fw_reset_cnt); in bnxt_handle_async_event()