Searched refs:ra (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | intel_rapl.h | 126 int (*read_raw)(int cpu, struct reg_action *ra); 127 int (*write_raw)(int cpu, struct reg_action *ra);
|
D | pagemap.h | 833 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead() argument 837 page_cache_sync_ra(&ractl, ra, req_count); in page_cache_sync_readahead() 856 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead() argument 860 page_cache_async_ra(&ractl, ra, page, req_count); in page_cache_async_readahead()
|
D | ipv6.h | 128 __be16 ra; member
|
D | fs.h | 932 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 934 return (index >= ra->start && in ra_has_index() 935 index < ra->start + ra->size); in ra_has_index() 3139 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
D | ieee80211.h | 1318 u8 ra[ETH_ALEN]; member 1325 u8 ra[ETH_ALEN]; member 1457 __u8 ra[ETH_ALEN]; member
|
/include/net/ |
D | mac80211.h | 5593 void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 5619 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 6034 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|