Lines Matching defs:buf
24 static inline int hif_read_write_sync(struct ath6kl *ar, u32 addr, u8 *buf,
28 "hif %s sync addr 0x%x buf 0x%p len %d request 0x%x\n",
30 addr, buf, len, request);
32 return ar->hif_ops->read_write_sync(ar, addr, buf, len, request);
40 "hif write async addr 0x%x buf 0x%p len %d request 0x%x\n",
115 static inline int ath6kl_hif_bmi_read(struct ath6kl *ar, u8 *buf, u32 len)
117 return ar->hif_ops->bmi_read(ar, buf, len);
120 static inline int ath6kl_hif_bmi_write(struct ath6kl *ar, u8 *buf, u32 len)
122 return ar->hif_ops->bmi_write(ar, buf, len);
155 struct sk_buff *buf)
159 return ar->hif_ops->pipe_send(ar, pipe, hdr_buf, buf);