Lines Matching refs:rds_mbx
1178 struct qlcnic_rds_mbx rds_mbx; in qlcnic_83xx_create_rx_ctx() local
1240 memset(&rds_mbx, 0, rds_mbx_size); in qlcnic_83xx_create_rx_ctx()
1241 rds_mbx.phy_addr_reg_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1242 rds_mbx.phy_addr_reg_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1243 rds_mbx.reg_ring_sz = rds->dma_size; in qlcnic_83xx_create_rx_ctx()
1244 rds_mbx.reg_ring_len = rds->num_desc; in qlcnic_83xx_create_rx_ctx()
1248 rds_mbx.phy_addr_jmb_low = LSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1249 rds_mbx.phy_addr_jmb_high = MSD(rds->phys_addr); in qlcnic_83xx_create_rx_ctx()
1250 rds_mbx.jmb_ring_sz = rds->dma_size; in qlcnic_83xx_create_rx_ctx()
1251 rds_mbx.jmb_ring_len = rds->num_desc; in qlcnic_83xx_create_rx_ctx()
1253 memcpy(buf, &rds_mbx, rds_mbx_size); in qlcnic_83xx_create_rx_ctx()