Lines Matching refs:prsp
277 nx_cardrsp_rx_ctx_t *prsp; in nx_fw_cmd_create_rx_ctx() local
317 prsp = addr; in nx_fw_cmd_create_rx_ctx()
381 &prsp->data[le32_to_cpu(prsp->rds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
383 for (i = 0; i < le16_to_cpu(prsp->num_rds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
392 &prsp->data[le32_to_cpu(prsp->sds_ring_offset)]); in nx_fw_cmd_create_rx_ctx()
394 for (i = 0; i < le16_to_cpu(prsp->num_sds_rings); i++) { in nx_fw_cmd_create_rx_ctx()
406 recv_ctx->state = le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_rx_ctx()
407 recv_ctx->context_id = le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_rx_ctx()
408 recv_ctx->virt_port = prsp->virt_port; in nx_fw_cmd_create_rx_ctx()
411 pci_free_consistent(adapter->pdev, rsp_size, prsp, cardrsp_phys_addr); in nx_fw_cmd_create_rx_ctx()
441 nx_cardrsp_tx_ctx_t *prsp; in nx_fw_cmd_create_tx_ctx() local
470 prsp = rsp_addr; in nx_fw_cmd_create_tx_ctx()
502 temp = le32_to_cpu(prsp->cds_ring.host_producer_crb); in nx_fw_cmd_create_tx_ctx()
507 le32_to_cpu(prsp->host_ctx_state); in nx_fw_cmd_create_tx_ctx()
510 le16_to_cpu(prsp->context_id); in nx_fw_cmd_create_tx_ctx()