Lines Matching refs:eth
563 struct ethhdr *eth = (void *)skb->data; in wil_netif_rx_any() local
567 int mcast = is_multicast_ether_addr(eth->h_dest); in wil_netif_rx_any()
595 int xmit_cid = wil_find_cid(wil, eth->h_dest); in wil_netif_rx_any()
898 struct ethhdr *eth = (void *)skb->data; in wil_find_tx_ucast() local
899 int cid = wil_find_cid(wil, eth->h_dest); in wil_find_tx_ucast()
913 __func__, eth->h_dest, i); in wil_find_tx_ucast()
995 struct ethhdr *eth = (void *)skb->data; in wil_set_da_for_vring() local
998 ether_addr_copy(eth->h_dest, wil->sta[cid].addr); in wil_set_da_for_vring()
1008 struct ethhdr *eth = (void *)skb->data; in wil_find_tx_bcast_2() local
1009 char *src = eth->h_source; in wil_find_tx_bcast_2()
1655 struct ethhdr *eth = (void *)skb->data; in wil_start_xmit() local
1656 bool bcast = is_multicast_ether_addr(eth->h_dest); in wil_start_xmit()
1688 wil_dbg_txrx(wil, "No Tx VRING found for %pM\n", eth->h_dest); in wil_start_xmit()
1719 struct ethhdr *eth = (void *)skb->data; in wil_need_txstat() local
1721 return is_unicast_ether_addr(eth->h_dest) && skb->sk && in wil_need_txstat()