Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h298 unsigned int chan_tx_size; /* per channel Tx size */ member
H A Dcxgb_t3_hw.c3125 p->chan_rx_size | (p->chan_tx_size >> 16)); in partition_mem()
4508 p->chan_tx_size = p->pmtx_size / p->nchan; in t3_prep_adapter()
4512 p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->tx_pg_size); in t3_prep_adapter()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2783 m->tx_num_pg * m->tx_pg_sz > p->chan_tx_size) in cxgb_extension_ioctl()