Lines Matching refs:buff
744 tx_data->buff = skb->data;
751 tx_data->buff, tx_data->size,
799 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size,
812 wilc_netdev = get_if_handler(wilc, buff);
816 buff += pkt_offset;
821 buff_to_send = buff;
840 void wilc_wfi_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size, bool is_auth)
847 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)buff;
848 u16 type = le16_to_cpup((__le16 *)buff);
855 wilc_wfi_mgmt_frame_rx(vif, buff, size);
861 wilc_wfi_p2p_rx(vif, buff, size);
864 wilc_wfi_monitor_rx(wilc->monitor_dev, buff, size);