Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_common.h303 unsigned int tx_num_pgs; /* # of Tx pages */ member
Dcxgb_t3_hw.c3131 t3_write_reg(adap, A_TP_PMM_TX_MAX_PAGE, p->tx_num_pgs); in partition_mem()
3139 pstructs = p->rx_num_pgs + p->tx_num_pgs; in partition_mem()
3153 mem_region(adap, m, 64 * (p->tx_num_pgs / 24), TP_CMM_MM_TX_FLST_BASE); in partition_mem()
4514 p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size); in t3_prep_adapter()
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_main.c2702 m->tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2726 m->tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2738 p->tx_num_pgs = m->tx_num_pg; in cxgb_extension_ioctl()