Lines Matching refs:prsp
272 nx_cardrsp_rx_ctx_t *prsp; in nx_fw_cmd_create_rx_ctx() local
312 prsp = addr; in nx_fw_cmd_create_rx_ctx()
376 &prsp->data[le32_to_cpu(prsp->rds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
378 for (i = 0; i < le16_to_cpu(prsp->num_rds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
387 &prsp->data[le32_to_cpu(prsp->sds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
389 for (i = 0; i < le16_to_cpu(prsp->num_sds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
401 recv_ctx->state = le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_rx_ctx()
402 recv_ctx->context_id = le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_rx_ctx()
403 recv_ctx->virt_port = prsp->virt_port; in nx_fw_cmd_create_rx_ctx()
406 pci_free_consistent(adapter->pdev, rsp_size, prsp, cardrsp_phys_addr); in nx_fw_cmd_create_rx_ctx()
436 nx_cardrsp_tx_ctx_t *prsp; in nx_fw_cmd_create_tx_ctx() local
465 prsp = rsp_addr; in nx_fw_cmd_create_tx_ctx()
497 temp = le32_to_cpu(prsp->cds_ring.host_producer_crb); in nx_fw_cmd_create_tx_ctx()
502 le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_tx_ctx()
505 le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_tx_ctx()