Lines Matching refs:rds
1169 struct qlcnic_host_rds_ring *rds; in qlcnic_83xx_create_rx_ctx() local
1231 rds = &recv_ctx->rds_rings[0]; in qlcnic_83xx_create_rx_ctx()
1232 rds->producer = 0; in qlcnic_83xx_create_rx_ctx()
1234 rds_mbx.phy_addr_reg_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1235 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1236 rds_mbx.reg_ring_sz = rds->dma_size; in qlcnic_83xx_create_rx_ctx()
1237 rds_mbx.reg_ring_len = rds->num_desc; in qlcnic_83xx_create_rx_ctx()
1239 rds = &recv_ctx->rds_rings[1]; in qlcnic_83xx_create_rx_ctx()
1240 rds->producer = 0; in qlcnic_83xx_create_rx_ctx()
1241 rds_mbx.phy_addr_jmb_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1242 rds_mbx.phy_addr_jmb_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1243 rds_mbx.jmb_ring_sz = rds->dma_size; in qlcnic_83xx_create_rx_ctx()
1244 rds_mbx.jmb_ring_len = rds->num_desc; in qlcnic_83xx_create_rx_ctx()
1263 rds = &recv_ctx->rds_rings[0]; in qlcnic_83xx_create_rx_ctx()
1264 rds->crb_rcv_producer = ahw->pci_base0 + in qlcnic_83xx_create_rx_ctx()
1267 rds = &recv_ctx->rds_rings[1]; in qlcnic_83xx_create_rx_ctx()
1268 rds->crb_rcv_producer = ahw->pci_base0 + in qlcnic_83xx_create_rx_ctx()