Searched refs:ra (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | ieee80211.h | 810 u8 ra[6]; member 817 u8 ra[6]; member 882 __u8 ra[6]; member
|
D | ipv6.h | 254 __u16 ra; member
|
D | mm.h | 1449 struct file_ra_state *ra, 1455 struct file_ra_state *ra, 1462 unsigned long ra_submit(struct file_ra_state *ra,
|
D | fs.h | 969 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 971 return (index >= ra->start && in ra_has_index() 972 index < ra->start + ra->size); in ra_has_index() 2417 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
/include/net/ |
D | mac80211.h | 3171 void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 3197 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 3510 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|