Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c576 struct htt_tx_wbm_completion *status_desc; in ath12k_dp_tx_process_htt_tx_complete() local
581 status_desc = desc; in ath12k_dp_tx_process_htt_tx_complete()
583 wbm_status = le32_get_bits(status_desc->info0, in ath12k_dp_tx_process_htt_tx_complete()
590 ts.ack_rssi = le32_get_bits(status_desc->info2, in ath12k_dp_tx_process_htt_tx_complete()
H A Ddp_mon.c2932 void *status_desc; in ath12k_wifi7_dp_rx_mon_buf_done() local
2939 status_desc = ath12k_hal_srng_src_next_peek(ab, srng); in ath12k_wifi7_dp_rx_mon_buf_done()
2940 if (!status_desc) in ath12k_wifi7_dp_rx_mon_buf_done()
2943 ath12k_wifi7_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath12k_wifi7_dp_rx_mon_buf_done()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h64 (sizeof(struct status_desc) * (sds_ring)->num_desc)
408 struct status_desc { struct
629 struct status_desc *desc_head;
H A Dnetxen_nic_init.c1426 struct status_desc *desc; in netxen_handle_fw_message()
1649 struct status_desc *desc; in netxen_process_rcv_ring()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H 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()
1884 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring()
2207 struct status_desc *desc; in qlcnic_83xx_process_rcv_ring_diag()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3388 struct mpi3_status_reply_descriptor *status_desc = NULL; in mpi3mr_process_op_reply_desc() local
3410 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_op_reply_desc()
3411 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_op_reply_desc()
3412 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_op_reply_desc()
3415 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_op_reply_desc()
H A Dmpi3mr_fw.c363 struct mpi3_status_reply_descriptor *status_desc; in mpi3mr_process_admin_reply_desc() local
377 status_desc = (struct mpi3_status_reply_descriptor *)reply_desc; in mpi3mr_process_admin_reply_desc()
378 host_tag = le16_to_cpu(status_desc->host_tag); in mpi3mr_process_admin_reply_desc()
379 ioc_status = le16_to_cpu(status_desc->ioc_status); in mpi3mr_process_admin_reply_desc()
382 ioc_loginfo = le32_to_cpu(status_desc->ioc_log_info); in mpi3mr_process_admin_reply_desc()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3016 void *status_desc; in ath11k_dp_rx_mon_buf_done() local
3022 status_desc = ath11k_hal_srng_src_next_peek(ab, srng); in ath11k_dp_rx_mon_buf_done()
3023 if (!status_desc) in ath11k_dp_rx_mon_buf_done()
3026 ath11k_hal_rx_buf_addr_info_get(status_desc, &paddr, &cookie, &rbm); in ath11k_dp_rx_mon_buf_done()