Searched refs:eth (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-current/sys/dev/ixl/
H A Di40e_type.h1445 /* eth stats collected by the port */
1446 struct i40e_eth_stats eth; member in struct:i40e_hw_port_stats
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c1273 len = ecore_mfw_get_eth_tlv_value(&tlv, &p_tlv_data->eth, &buffer);
H A Dmcp_public.h206 struct eth_stats eth; member in struct:port_stats
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2169 struct ethhdr *eth; local
2180 eth = (struct ethhdr *)msdu->data;
2181 ether_addr_copy(da, eth->h_dest);
2182 ether_addr_copy(sa, eth->h_source);
2248 * remove eth header and add 802.11 header.
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1742 struct ethhdr *eth; local
1752 * [eth header] <-- replaced with 802.11 hdr & rfc1042/llc
1772 eth = (struct ethhdr *)msdu->data;
1773 ether_addr_copy(da, eth->h_dest);
1774 ether_addr_copy(sa, eth->h_source);
H A Dmac.c3830 struct ethhdr *eth; local
3849 skb_push(skb, sizeof(*eth));
3851 eth = (void *)skb->data;
3852 ether_addr_copy(eth->h_dest, da);
3853 ether_addr_copy(eth->h_source, sa);
3854 eth->h_proto = type;
/freebsd-current/contrib/ofed/libibverbs/
H A Dverbs.h1345 struct ibv_flow_spec_eth eth; member in union:ibv_flow_spec::__anon25
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c309 switch (field.eth)
358 switch (field.eth)
431 switch (field.eth)
H A Dfm_cc.c1374 switch (field.eth)
1763 switch (field.eth)
2128 switch (field.eth)
H A Dfm_manip.c324 switch (field.eth)
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h4341 * @eth: Ethernet frame to be sent
4345 int (*probe_mesh_link)(void *priv, const u8 *addr, const u8 *eth,
H A Ddriver_nl80211.c10641 static int nl80211_probe_mesh_link(void *priv, const u8 *addr, const u8 *eth, argument
10652 nla_put(msg, NL80211_ATTR_FRAME, len, eth)) {
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2764 memcpy(&ib_spec->eth.val, kern_spec_val, actual_filter_sz);
2765 memcpy(&ib_spec->eth.mask, kern_spec_mask, actual_filter_sz);
/freebsd-current/sys/ofed/include/rdma/
H A Dib_verbs.h1884 struct ib_flow_spec_eth eth; member in union:ib_flow_spec
/freebsd-current/sys/dev/bxe/
H A Dbxe.h692 struct eth_context eth; member in union:cdu_context
1642 * For max 196 cids (64*3 + non-eth), 32KB ILT page size and 1KB
H A Decore_hsi.h3563 * The eth aggregative context of Cstorm
4370 * The eth aggregative context of Tstorm
4991 * The eth aggregative context of Ustorm
5370 * The eth aggregative context of Xstorm
6796 * The eth storm context of Cstorm
6857 * header for eth classification config ramrod $$KEEP_ENDIANNESS$$
6925 * union for eth classification rule $$KEEP_ENDIANNESS$$
6936 * parameters for eth classification configuration ramrod $$KEEP_ENDIANNESS$$
6956 * The eth storm context of Ustorm
6964 * The eth stor
9356 struct xstorm_fcoe_eth_context_section eth; member in struct:xstorm_fcoe_st_context
[all...]
H A Dbxe.c6511 /* number of queues for statistics is number of eth queues */
11200 init_params->cxts[cos] = &sc->context[cxt_index].vcxt[cxt_offset].eth;

Completed in 913 milliseconds

123