Searched refs:bap_read (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/wireless/ | 
| D | airo.c | 1200 	int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,  member 1252 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen,  in bap_read()  function 1255 	return ai->bap_read(ai, pu16Dst, bytelen, whichbap);  in bap_read() 2053 		bap_read(ai, &status, 2, BAP0);  in get_tx_error() 2077 		bap_read(ai, (__le16 *) junk, 0x18, BAP0);  in get_tx_error() 2853 		ai->bap_read = fast_bap_read;  in _init_airo_card() 3309 		bap_read (ai, (__le16*)&hdr, sizeof(hdr), BAP0);  in airo_handle_rx() 3317 		bap_read(ai, &hdr.len, 2, BAP0);  in airo_handle_rx() 3329 		bap_read(ai, &fc, sizeof (fc), BAP0);  in airo_handle_rx() 3344 		bap_read(ai, buffer + 1, hdrlen - 2, BAP0);  in airo_handle_rx() [all …] 
 |