Lines Matching refs:prsp
257 nx_cardrsp_rx_ctx_t *prsp; in nx_fw_cmd_create_rx_ctx() local
297 prsp = addr; in nx_fw_cmd_create_rx_ctx()
361 &prsp->data[le32_to_cpu(prsp->rds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
363 for (i = 0; i < le16_to_cpu(prsp->num_rds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
372 &prsp->data[le32_to_cpu(prsp->sds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
374 for (i = 0; i < le16_to_cpu(prsp->num_sds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
386 recv_ctx->state = le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_rx_ctx()
387 recv_ctx->context_id = le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_rx_ctx()
388 recv_ctx->virt_port = prsp->virt_port; in nx_fw_cmd_create_rx_ctx()
391 dma_free_coherent(&adapter->pdev->dev, rsp_size, prsp, in nx_fw_cmd_create_rx_ctx()
422 nx_cardrsp_tx_ctx_t *prsp; in nx_fw_cmd_create_tx_ctx() local
449 prsp = rsp_addr; in nx_fw_cmd_create_tx_ctx()
481 temp = le32_to_cpu(prsp->cds_ring.host_producer_crb); in nx_fw_cmd_create_tx_ctx()
486 le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_tx_ctx()
489 le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_tx_ctx()