struct sk_buff *pkt){structxmit_priv*pxmitpriv= &padapter->xmitpriv;u16queue;queue= skb_get_queue_mapping(pkt);if(padapter->registrypriv.wifi_spec) {/* No free space for Tx, tx_worker is too slow */if(pxmitpriv->hwxmits[queue].accnt > WMM_XMIT_THRESHOLD) netif_stop_subqueue(pad...
函数名称:测试如果发送队列阻塞 函数原型:static inline bool netif_queue_stopped(const struct net_device *dev) 返回类型:bool 参数: 类型参数名称 const struct net_device * dev 3189 返回:netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)) 源...