Searched refs:tx_num_pgs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 312 unsigned int tx_num_pgs; /* # of Tx pages */ member
|
H A D | t3_hw.c | 2629 t3_write_reg(adap, A_TP_PMM_TX_MAX_PAGE, p->tx_num_pgs); in partition_mem() 2637 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem() 2651 mem_region(adap, m, 64 * (p->tx_num_pgs / 24), TP_CMM_MM_TX_FLST_BASE); in partition_mem() 3708 p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size); in t3_prep_adapter()
|
H A D | cxgb3_main.c | 2400 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 312 unsigned int tx_num_pgs; /* # of Tx pages */ member
|
H A D | t3_hw.c | 2564 t3_write_reg(adap, A_TP_PMM_TX_MAX_PAGE, p->tx_num_pgs); in partition_mem() 2572 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem() 2586 mem_region(adap, m, 64 * (p->tx_num_pgs / 24), TP_CMM_MM_TX_FLST_BASE); in partition_mem() 3643 p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size); in t3_prep_adapter()
|
H A D | cxgb3_main.c | 2400 m.tx_num_pg = p->tx_num_pgs; in cxgb_siocdevprivate() 2430 m.tx_num_pg = p->tx_num_pgs; in cxgb_siocdevprivate() 2441 p->tx_num_pgs = m.tx_num_pg; in cxgb_siocdevprivate()
|
Completed in 21 milliseconds