tx_num_pgs        312 drivers/net/ethernet/chelsio/cxgb3/common.h 	unsigned int tx_num_pgs;	/* # of Tx pages */
tx_num_pgs       2400 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		m.tx_num_pg = p->tx_num_pgs;
tx_num_pgs       2430 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 			m.tx_num_pg = p->tx_num_pgs;
tx_num_pgs       2441 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		p->tx_num_pgs = m.tx_num_pg;
tx_num_pgs       2628 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	t3_write_reg(adap, A_TP_PMM_TX_MAX_PAGE, p->tx_num_pgs);
tx_num_pgs       2636 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	pstructs = p->rx_num_pgs + p->tx_num_pgs;
tx_num_pgs       2650 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	mem_region(adap, m, 64 * (p->tx_num_pgs / 24), TP_CMM_MM_TX_FLST_BASE);
tx_num_pgs       3705 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size);