Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h126 uint32_t tx_num_pg; member
Dcxgb3_main.c2400 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2429 if (m.tx_num_pg == -1) in cxgb_extension_ioctl()
2430 m.tx_num_pg = p->tx_num_pgs; in cxgb_extension_ioctl()
2433 if (m.tx_num_pg % 24 || m.rx_num_pg % 24) in cxgb_extension_ioctl()
2436 m.tx_num_pg * m.tx_pg_sz > p->chan_tx_size) in cxgb_extension_ioctl()
2441 p->tx_num_pgs = m.tx_num_pg; in cxgb_extension_ioctl()