Searched refs:status_desc (Results 1 – 11 of 11) sorted by relevance
393 struct htt_tx_wbm_completion *status_desc; in ath11k_dp_tx_process_htt_tx_complete() local397 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET; in ath11k_dp_tx_process_htt_tx_complete()400 status_desc->info0); in ath11k_dp_tx_process_htt_tx_complete()408 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete()410 if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID, status_desc->info2)) in ath11k_dp_tx_process_htt_tx_complete()412 status_desc->info2); in ath11k_dp_tx_process_htt_tx_complete()
2988 void *status_desc; in ath11k_dp_rx_mon_buf_done() local2994 status_desc = ath11k_hal_srng_src_next_peek(ab, srng); in ath11k_dp_rx_mon_buf_done()2995 if (!status_desc) in ath11k_dp_rx_mon_buf_done()2998 ath11k_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath11k_dp_rx_mon_buf_done()
568 struct htt_tx_wbm_completion *status_desc; in ath12k_dp_tx_process_htt_tx_complete() local572 status_desc = desc; in ath12k_dp_tx_process_htt_tx_complete()574 wbm_status = le32_get_bits(status_desc->info0, in ath12k_dp_tx_process_htt_tx_complete()580 ts.ack_rssi = le32_get_bits(status_desc->info2, in ath12k_dp_tx_process_htt_tx_complete()
64 (sizeof(struct status_desc) * (sds_ring)->num_desc)408 struct status_desc { struct629 struct status_desc *desc_head;
1427 struct status_desc *desc; in netxen_handle_fw_message()1650 struct status_desc *desc; in netxen_process_rcv_ring()
1085 struct status_desc *desc; in qlcnic_handle_fw_message()1361 struct status_desc *desc; in qlcnic_process_rcv_ring()1539 struct status_desc *desc; in qlcnic_82xx_process_rcv_ring_diag()1884 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring()2207 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring_diag()
69 (sizeof(struct status_desc) * (sds_ring)->num_desc)207 struct status_desc { struct593 struct status_desc *desc_head;
2399 struct mpi3_status_reply_descriptor *status_desc; in mpi3mr_bsg_process_mpt_cmds() local2859 status_desc = (struct mpi3_status_reply_descriptor *) in mpi3mr_bsg_process_mpt_cmds()2861 status_desc->ioc_status = mrioc->bsg_cmds.ioc_status; in mpi3mr_bsg_process_mpt_cmds()2862 status_desc->ioc_log_info = mrioc->bsg_cmds.ioc_loginfo; in mpi3mr_bsg_process_mpt_cmds()
3247 struct mpi3_status_reply_descriptor *status_desc = NULL; in mpi3mr_process_op_reply_desc() local3269 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()3270 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_op_reply_desc()3271 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_op_reply_desc()3274 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_op_reply_desc()
353 struct mpi3_status_reply_descriptor *status_desc; in mpi3mr_process_admin_reply_desc() local367 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()368 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_admin_reply_desc()369 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_admin_reply_desc()372 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_admin_reply_desc()
2755 char *status_desc = "healthy"; in bnxt_async_event_process() local2778 status_desc = "unhealthy"; in bnxt_async_event_process()2782 status_desc, fw_health->last_fw_reset_cnt); in bnxt_async_event_process()