Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_ioctl.h126 uint32_t tx_num_pg; member
A Dcxgb3_main.c2396 m.tx_num_pg = p->tx_num_pgs; in cxgb_siocdevprivate()
2425 if (m.tx_num_pg == -1) in cxgb_siocdevprivate()
2426 m.tx_num_pg = p->tx_num_pgs; in cxgb_siocdevprivate()
2429 if (m.tx_num_pg % 24 || m.rx_num_pg % 24) in cxgb_siocdevprivate()
2432 m.tx_num_pg * m.tx_pg_sz > p->chan_tx_size) in cxgb_siocdevprivate()
2437 p->tx_num_pgs = m.tx_num_pg; in cxgb_siocdevprivate()

Completed in 12 milliseconds