Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dyaps.c334 if (!mm81x_is_data_tx_allowed(mors)) in mm81x_yaps_tx_data_handler()
354 return (count > 0) && mm81x_is_data_tx_allowed(mors); in mm81x_yaps_tx_data_handler()
H A Dcore.h416 static inline bool mm81x_is_data_tx_allowed(struct mm81x *mors) in mm81x_is_data_tx_allowed() function
H A Dskbq.c597 if (mm81x_is_data_tx_allowed(mors)) { in mm81x_skbq_tx()
907 if (!mm81x_is_data_tx_allowed(mors)) in mm81x_skbq_count_tx_ready()