tx_pending
sys_op->tx_pending);
if ((sys_op->tx_pending < XGBE_TX_DESC_CNT_MIN) ||
(sys_op->tx_pending > XGBE_TX_DESC_CNT_MAX)) {
tx = rounddown_pow_of_two(sys_op->tx_pending);
if (tx != sys_op->tx_pending)
unsigned int tx_pending;
sys_op->tx_pending = value;
{ "tx", SYSL_S32, tx_pending, "supported" },
sys_op->tx_pending = pdata->tx_desc_count;