Searched refs:tx_pending (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/sys/contrib/dev/mediatek/mt76/ |
| HD | testmode.c | 41 if (!skb || !td->tx_pending) in mt76_testmode_tx_pending() 51 while (td->tx_pending > 0 && in mt76_testmode_tx_pending() 61 td->tx_pending--; in mt76_testmode_tx_pending() 277 td->tx_pending = td->tx_count; in mt76_testmode_tx_start() 289 td->tx_pending = 0; in mt76_testmode_tx_stop() 558 if (nla_put_u32(msg, MT76_TM_STATS_ATTR_TX_PENDING, td->tx_pending) || in mt76_testmode_dump_stats()
|
| HD | tx.c | 356 head = &wcid->tx_pending; in mt76_tx() 666 ret = mt76_txq_schedule_pending_wcid(phy, wcid, &wcid->tx_pending); in mt76_txq_schedule_pending() 669 if (!skb_queue_empty(&wcid->tx_pending) && in mt76_txq_schedule_pending() 715 if (!phy || !phy->test.tx_pending) in mt76_tx_worker_run()
|
| HD | mac80211.c | 1683 skb_queue_head_init(&wcid->tx_pending); in mt76_wcid_init() 1711 spin_lock(&wcid->tx_pending.lock); in mt76_wcid_cleanup() 1712 skb_queue_splice_tail_init(&wcid->tx_pending, &list); in mt76_wcid_cleanup() 1713 spin_unlock(&wcid->tx_pending.lock); in mt76_wcid_cleanup()
|
| HD | mt76.h | 377 struct sk_buff_head tx_pending; member 768 u32 tx_pending; member
|
| /freebsd-head/sys/dev/axgbe/ |
| HD | xgbe-sysctl.c | 79 tx_pending, enumerator 152 unsigned int tx_pending; member 412 sys_op->tx_pending = value; in fill_data() 966 { "tx", SYSL_S32, tx_pending, "supported" }, in sysctl_ringparam_handler() 983 sys_op->tx_pending = pdata->tx_desc_count; in sysctl_ringparam_handler() 1005 sys_op->tx_pending); in sysctl_ringparam_handler() 1029 if ((sys_op->tx_pending < XGBE_TX_DESC_CNT_MIN) || in sysctl_ringparam_handler() 1030 (sys_op->tx_pending > XGBE_TX_DESC_CNT_MAX)) { in sysctl_ringparam_handler() 1041 tx = rounddown_pow_of_two(sys_op->tx_pending); in sysctl_ringparam_handler() 1042 if (tx != sys_op->tx_pending) in sysctl_ringparam_handler()
|
| /freebsd-head/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_core.c | 3778 int tx_pending, rx_pending; in vchiq_dump_service_state() local 3800 tx_pending = service->bulk_tx.local_insert - in vchiq_dump_service_state() 3809 tx_pending, in vchiq_dump_service_state() 3810 tx_pending ? service->bulk_tx.bulks[ in vchiq_dump_service_state()
|