Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00lib.h330 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev,
352 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.c257 data_length += rt2x00crypto_tx_overhead(rt2x00dev, skb); in rt2x00queue_create_tx_descriptor_plcp()