prq_rds           257 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	nx_hostrq_rds_ring_t *prq_rds;
prq_rds           320 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	prq_rds = (nx_hostrq_rds_ring_t *)(prq->data +
prq_rds           327 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr);
prq_rds           328 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		prq_rds[i].ring_size = cpu_to_le32(rds_ring->num_desc);
prq_rds           329 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		prq_rds[i].ring_kind = cpu_to_le32(i);
prq_rds           330 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		prq_rds[i].buff_size = cpu_to_le64(rds_ring->dma_size);
prq_rds           243 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	struct qlcnic_hostrq_rds_ring *prq_rds;
prq_rds           309 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	prq_rds = (struct qlcnic_hostrq_rds_ring *)(prq->data +
prq_rds           315 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		prq_rds[i].host_phys_addr = cpu_to_le64(rds_ring->phys_addr);
prq_rds           316 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		prq_rds[i].ring_size = cpu_to_le32(rds_ring->num_desc);
prq_rds           317 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		prq_rds[i].ring_kind = cpu_to_le32(i);
prq_rds           318 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		prq_rds[i].buff_size = cpu_to_le64(rds_ring->dma_size);