rx_num_pgs        311 drivers/net/ethernet/chelsio/cxgb3/common.h 	unsigned int rx_num_pgs;	/* # of Rx pages */
rx_num_pgs       2402 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		m.rx_num_pg = p->rx_num_pgs;
rx_num_pgs       2432 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 			m.rx_num_pg = p->rx_num_pgs;
rx_num_pgs       2440 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		p->rx_num_pgs = m.rx_num_pg;
rx_num_pgs        452 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		rx_page_info->num = tp->rx_num_pgs;
rx_num_pgs       2634 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	t3_write_reg(adap, A_TP_PMM_RX_MAX_PAGE, p->rx_num_pgs);
rx_num_pgs       2636 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	pstructs = p->rx_num_pgs + p->tx_num_pgs;
rx_num_pgs       2649 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	mem_region(adap, m, 64 * (p->rx_num_pgs / 24), TP_CMM_MM_RX_FLST_BASE);
rx_num_pgs       3704 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		p->rx_num_pgs = pm_num_pages(p->chan_rx_size, p->rx_pg_size);