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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h128 uint32_t rx_num_pg; member in struct:ch_pm
H A Dcxgb3_main.c2378 m.rx_num_pg = p->rx_num_pgs;
2405 if (m.rx_num_pg == -1)
2406 m.rx_num_pg = p->rx_num_pgs;
2407 if (m.tx_num_pg % 24 || m.rx_num_pg % 24)
2409 if (m.rx_num_pg * m.rx_pg_sz > p->chan_rx_size ||
2414 p->rx_num_pgs = m.rx_num_pg;

Completed in 94 milliseconds