Searched refs:hdr_chop (Results 1 – 4 of 4) sorted by relevance
89 int hdr_chop; in mwifiex_process_rx_packet() local131 hdr_chop = (u8 *) eth - (u8 *) local_rx_pd; in mwifiex_process_rx_packet()134 hdr_chop = (u8 *) &rx_pkt_hdr->eth803_hdr - in mwifiex_process_rx_packet()140 skb_pull(skb, hdr_chop); in mwifiex_process_rx_packet()
101 int hdr_chop; in mwifiex_uap_queue_bridged_pkt() local148 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()151 hdr_chop = (u8 *)&rx_pkt_hdr->eth803_hdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()158 skb_pull(skb, hdr_chop); in mwifiex_uap_queue_bridged_pkt()
299 int hdr_chop; in wlan_process_rx_packet() local381 hdr_chop = (t_u32)((t_ptr)peth_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()395 hdr_chop = (t_u32)((t_ptr)&prx_pkt->eth803_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()401 pmbuf->data_len -= hdr_chop; in wlan_process_rx_packet()402 pmbuf->data_offset += hdr_chop; in wlan_process_rx_packet()
492 int hdr_chop; in wlan_process_rx_packet() local575 hdr_chop = (t_u32)((t_ptr)peth_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()593 hdr_chop = (t_u32)((t_ptr)&prx_pkt->eth803_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()599 pmbuf->data_len -= hdr_chop; in wlan_process_rx_packet()600 pmbuf->data_offset += hdr_chop; in wlan_process_rx_packet()