Home
last modified time | relevance | path

Searched refs:tx_num_pgs (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h312 unsigned int tx_num_pgs; /* # of Tx pages */ member
Dt3_hw.c2628 t3_write_reg(adap, A_TP_PMM_TX_MAX_PAGE, p->tx_num_pgs); in partition_mem()
2636 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem()
2650 mem_region(adap, m, 64 * (p->tx_num_pgs / 24), TP_CMM_MM_TX_FLST_BASE); in partition_mem()
3705 p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size); in t3_prep_adapter()
Dcxgb3_main.c2400 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2430 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2441 p->tx_num_pgs = m.tx_num_pg; in cxgb_extension_ioctl()