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

/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c389 struct htt_tx_wbm_completion *status_desc; local
393 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET;
396 status_desc->info0);
404 status_desc->info1);
406 if (FIELD_GET(HTT_TX_WBM_COMP_INFO2_VALID, status_desc->info2))
408 status_desc->info2);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c413 struct htt_tx_wbm_completion *status_desc; local
417 status_desc = desc + HTT_TX_WBM_COMP_STATUS_OFFSET;
419 wbm_status = le32_get_bits(status_desc->info0,
427 ts.ack_rssi = le32_get_bits(status_desc->info2,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h64 (sizeof(struct status_desc) * (sds_ring)->num_desc)
349 /* opcode field in status_desc */
356 /* for status field in status_desc */
360 /* owner bits of status_desc */
408 struct status_desc { struct
629 struct status_desc *desc_head;
H A Dnetxen_nic_init.c1427 struct status_desc *desc;
1650 struct status_desc *desc;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_app.c1225 struct mpi3_status_reply_descriptor *status_desc; local
1663 status_desc = (struct mpi3_status_reply_descriptor *)
1665 status_desc->ioc_status = mrioc->bsg_cmds.ioc_status;
1666 status_desc->ioc_log_info = mrioc->bsg_cmds.ioc_loginfo;
H A Dmpi3mr_os.c3128 struct mpi3_status_reply_descriptor *status_desc = NULL; local
3150 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc;
3151 host_tag = le16_to_cpu(status_desc->host_tag);
3152 ioc_status = le16_to_cpu(status_desc->ioc_status);
3155 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info);
H A Dmpi3mr_fw.c346 struct mpi3_status_reply_descriptor *status_desc; local
359 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc;
360 host_tag = le16_to_cpu(status_desc->host_tag);
361 ioc_status = le16_to_cpu(status_desc->ioc_status);
364 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c49 /* owner bits of status_desc */
98 /* opcode field in status_desc */
112 /* for status field in status_desc */
1085 struct status_desc *desc;
1361 struct status_desc *desc;
1539 struct status_desc *desc;
1884 struct status_desc *desc;
2207 struct status_desc *desc;
H A Dqlcnic.h69 (sizeof(struct status_desc) * (sds_ring)->num_desc)
207 struct status_desc { struct
593 struct status_desc *desc_head;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2607 char *status_desc = "healthy"; local
2630 status_desc = "unhealthy";
2634 status_desc, fw_health->last_fw_reset_cnt);

Completed in 373 milliseconds