Home
last modified time | relevance | path

Searched refs:rt2x00crypto_tx_overhead (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/rt2x00/
Drt2x00lib.h353 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
375 static inline unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_tx_overhead() function
Drt2x00crypto.c74 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev, in rt2x00crypto_tx_overhead() function
Drt2x00mac.c80 data_length += rt2x00crypto_tx_overhead(rt2x00dev, skb); in rt2x00mac_tx_rts_cts()
Drt2x00queue.c258 data_length += rt2x00crypto_tx_overhead(rt2x00dev, skb); in rt2x00queue_create_tx_descriptor_plcp()