nsds_rings        268 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	int i, nrds_rings, nsds_rings;
nsds_rings        277 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	nsds_rings = adapter->max_sds_rings;
nsds_rings        280 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		SIZEOF_HOSTRQ_RX(nx_hostrq_rx_ctx_t, nrds_rings, nsds_rings);
nsds_rings        282 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 		SIZEOF_CARDRSP_RX(nx_cardrsp_rx_ctx_t, nrds_rings, nsds_rings);
nsds_rings        313 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	prq->num_sds_rings = cpu_to_le16(nsds_rings);
nsds_rings        336 drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c 	for (i = 0; i < nsds_rings; i++) {
nsds_rings        249 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	u8 i, nrds_rings, nsds_rings;
nsds_rings        259 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	nsds_rings = adapter->drv_sds_rings;
nsds_rings        262 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 				   nsds_rings);
nsds_rings        264 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 				     nsds_rings);
nsds_rings        292 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 		prq->txrx_sds_binding = nsds_rings - 1;
nsds_rings        302 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	prq->num_sds_rings = cpu_to_le16(nsds_rings);
nsds_rings        324 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c 	for (i = 0; i < nsds_rings; i++) {