Searched refs:prq_cds (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ctx.c440 nx_hostrq_cds_ring_t *prq_cds; nx_fw_cmd_create_tx_ctx() local
488 prq_cds = &prq->cds_ring; nx_fw_cmd_create_tx_ctx()
490 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); nx_fw_cmd_create_tx_ctx()
491 prq_cds->ring_size = cpu_to_le32(tx_ring->num_desc); nx_fw_cmd_create_tx_ctx()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c420 struct qlcnic_hostrq_cds_ring *prq_cds; qlcnic_82xx_fw_cmd_create_tx_ctx() local
477 prq_cds = &prq->cds_ring; qlcnic_82xx_fw_cmd_create_tx_ctx()
479 prq_cds->host_phys_addr = cpu_to_le64(tx_ring->phys_addr); qlcnic_82xx_fw_cmd_create_tx_ctx()
480 prq_cds->ring_size = cpu_to_le32(tx_ring->num_desc); qlcnic_82xx_fw_cmd_create_tx_ctx()

Completed in 52 milliseconds