Lines Matching defs:tx_pending
79 tx_pending,
152 unsigned int tx_pending;
412 sys_op->tx_pending = value;
966 { "tx", SYSL_S32, tx_pending, "supported" },
983 sys_op->tx_pending = pdata->tx_desc_count;
1005 sys_op->tx_pending);
1029 if ((sys_op->tx_pending < XGBE_TX_DESC_CNT_MIN) ||
1030 (sys_op->tx_pending > XGBE_TX_DESC_CNT_MAX)) {
1041 tx = rounddown_pow_of_two(sys_op->tx_pending);
1042 if (tx != sys_op->tx_pending)