Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Ddp_tx.c371 struct htt_tx_wbm_completion *status_desc; in ath11k_dp_tx_process_htt_tx_complete() local
375 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET; in ath11k_dp_tx_process_htt_tx_complete()
378 status_desc->info0); in ath11k_dp_tx_process_htt_tx_complete()
386 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic.h64 (sizeof(struct status_desc) * (sds_ring)->num_desc)
408 struct status_desc { struct
629 struct status_desc *desc_head;
A Dnetxen_nic_init.c1429 struct status_desc *desc; in netxen_handle_fw_message()
1652 struct status_desc *desc; in netxen_process_rcv_ring()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_io.c1085 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()
1886 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring()
2213 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring_diag()
A Dqlcnic.h69 (sizeof(struct status_desc) * (sds_ring)->num_desc)
207 struct status_desc { struct
593 struct status_desc *desc_head;
/linux/drivers/scsi/mpi3mr/
A Dmpi3mr_os.c2136 struct mpi3_status_reply_descriptor *status_desc = NULL; in mpi3mr_process_op_reply_desc() local
2153 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
2154 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_op_reply_desc()
2155 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_op_reply_desc()
2158 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_op_reply_desc()
A Dmpi3mr_fw.c315 struct mpi3_status_reply_descriptor *status_desc; in mpi3mr_process_admin_reply_desc() local
328 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
329 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_admin_reply_desc()
330 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_admin_reply_desc()
333 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_admin_reply_desc()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c2159 char *status_desc = "healthy"; in bnxt_async_event_process() local
2182 status_desc = "unhealthy"; in bnxt_async_event_process()
2186 status_desc, fw_health->last_fw_reset_cnt); in bnxt_async_event_process()

Completed in 61 milliseconds