Searched refs:ra (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | intel_rapl.h | 155 int (*read_raw)(int id, struct reg_action *ra); 156 int (*write_raw)(int id, struct reg_action *ra);
|
| A D | pagemap.h | 1322 struct file_ra_state *ra; member 1336 .ra = r, \ 1365 struct file_ra_state *ra, struct file *file, pgoff_t index, in page_cache_sync_readahead() argument 1368 DEFINE_READAHEAD(ractl, file, ra, mapping, index); in page_cache_sync_readahead() 1387 struct file_ra_state *ra, struct file *file, in page_cache_async_readahead() argument 1390 DEFINE_READAHEAD(ractl, file, ra, mapping, folio->index); in page_cache_async_readahead()
|
| A D | ipv6.h | 136 __be16 ra; member
|
| A D | fs.h | 1066 static inline int ra_has_index(struct file_ra_state *ra, pgoff_t index) in ra_has_index() argument 1068 return (index >= ra->start && in ra_has_index() 1069 index < ra->start + ra->size); in ra_has_index() 3466 file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping);
|
| A D | ieee80211.h | 366 u8 ra[ETH_ALEN]; member 1667 u8 ra[ETH_ALEN]; member 1674 u8 ra[ETH_ALEN]; member 1812 __u8 ra[ETH_ALEN]; member
|
| /include/net/ |
| A D | mac80211.h | 6386 void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 6412 void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, const u8 *ra, 6922 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
Completed in 59 milliseconds