Home
last modified time | relevance | path

Searched refs:hdd_tx_timeout (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_tx_rx.h108 void hdd_tx_timeout(struct net_device *dev, unsigned int txqueue);
110 void hdd_tx_timeout(struct net_device *dev);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tx_rx.c691 void hdd_tx_timeout(struct net_device *net_dev, unsigned int txqueue) in hdd_tx_timeout() function
693 void hdd_tx_timeout(struct net_device *net_dev) in hdd_tx_timeout()
H A Dwlan_hdd_main.c6788 .ndo_tx_timeout = hdd_tx_timeout,