Lines Matching refs:eth
527 struct ethhdr *eth = (void *)skb->data; in wil_netif_rx_any() local
531 int mcast = is_multicast_ether_addr(eth->h_dest); in wil_netif_rx_any()
551 int xmit_cid = wil_find_cid(wil, eth->h_dest); in wil_netif_rx_any()
845 struct ethhdr *eth = (void *)skb->data; in wil_find_tx_ucast() local
846 int cid = wil_find_cid(wil, eth->h_dest); in wil_find_tx_ucast()
861 __func__, eth->h_dest, i); in wil_find_tx_ucast()
941 struct ethhdr *eth = (void *)skb->data; in wil_set_da_for_vring() local
944 ether_addr_copy(eth->h_dest, wil->sta[cid].addr); in wil_set_da_for_vring()
954 struct ethhdr *eth = (void *)skb->data; in wil_find_tx_bcast_2() local
955 char *src = eth->h_source; in wil_find_tx_bcast_2()
1259 struct ethhdr *eth = (void *)skb->data; in wil_start_xmit() local
1260 bool bcast = is_multicast_ether_addr(eth->h_dest); in wil_start_xmit()
1292 wil_dbg_txrx(wil, "No Tx VRING found for %pM\n", eth->h_dest); in wil_start_xmit()
1323 struct ethhdr *eth = (void *)skb->data; in wil_need_txstat() local
1325 return is_unicast_ether_addr(eth->h_dest) && skb->sk && in wil_need_txstat()