Searched refs:tx_num_pg (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h126 uint32_t tx_num_pg; member in struct:ch_pm
H A Dcxgb3_main.c2399 m.tx_num_pg = p->tx_num_pgs;
2428 if (m.tx_num_pg == -1)
2429 m.tx_num_pg = p->tx_num_pgs;
2432 if (m.tx_num_pg % 24 || m.rx_num_pg % 24)
2435 m.tx_num_pg * m.tx_pg_sz > p->chan_tx_size)
2440 p->tx_num_pgs = m.tx_num_pg;

Completed in 107 milliseconds