Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h126 uint32_t tx_num_pg; member
Dcxgb3_main.c2376 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2403 if (m.tx_num_pg == -1) in cxgb_extension_ioctl()
2404 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2407 if (m.tx_num_pg % 24 || m.rx_num_pg % 24) in cxgb_extension_ioctl()
2410 m.tx_num_pg * m.tx_pg_sz > p->chan_tx_size) in cxgb_extension_ioctl()
2415 p->tx_num_pgs = m.tx_num_pg; in cxgb_extension_ioctl()