Lines Matching defs:buff
698 tx_data->buff = skb->data;
705 tx_data->buff, tx_data->size,
752 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size,
765 wilc_netdev = get_if_handler(wilc, buff);
769 buff += pkt_offset;
774 buff_to_send = buff;
793 void wilc_wfi_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size)
800 u16 type = le16_to_cpup((__le16 *)buff);
805 wilc_wfi_p2p_rx(vif, buff, size);
808 wilc_wfi_monitor_rx(wilc->monitor_dev, buff, size);