Home
last modified time | relevance | path

Searched refs:eh (Results 51 – 71 of 71) sorted by relevance

123

/linux/arch/x86/entry/vdso/
H A DMakefile158 $(call ld-option, --eh-frame-hdr) -Bsymbolic -z noexecstack
/linux/drivers/ata/
H A DMakefile124 libata-y := libata-core.o libata-scsi.o libata-eh.o \
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c2114 struct ethhdr *eh = (struct ethhdr *)(skb->data); in brcmf_fws_process_skb() local
2116 bool multicast = is_multicast_ether_addr(eh->h_dest); in brcmf_fws_process_skb()
2119 brcmf_dbg(DATA, "tx proto=0x%X\n", ntohs(eh->h_proto)); in brcmf_fws_process_skb()
2135 skcb->mac = brcmf_fws_macdesc_find(fws, ifp, eh->h_dest); in brcmf_fws_process_skb()
2137 eh->h_dest, multicast, fifo); in brcmf_fws_process_skb()
/linux/arch/powerpc/perf/
H A Dcore-book3s.c1088 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1114 eh = event->attr.exclude_hv; in check_excludes()
1118 event->attr.exclude_hv != eh) { in check_excludes()
1123 if (eu || ek || eh) in check_excludes()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument
15 .e_high = eh, \
/linux/arch/mips/vdso/
H A DMakefile56 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1092 struct ethhdr *eh = (struct ethhdr *)skb->data; in be_ipv6_exthdr_check() local
1095 if (eh->h_proto == htons(ETH_P_IPV6)) { in be_ipv6_exthdr_check()
1256 #define is_mc_allowed_on_bmc(adapter, eh) \ argument
1258 is_multicast_ether_addr(eh->h_dest) && \
1259 !is_broadcast_ether_addr(eh->h_dest))
1261 #define is_bc_allowed_on_bmc(adapter, eh) \ argument
1263 is_broadcast_ether_addr(eh->h_dest))
1301 struct ethhdr *eh = (struct ethhdr *)(*skb)->data; in be_send_pkt_to_bmc() local
1307 if (!is_multicast_ether_addr(eh->h_dest)) in be_send_pkt_to_bmc()
1310 if (is_mc_allowed_on_bmc(adapter, eh) || in be_send_pkt_to_bmc()
[all …]
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1301 struct ethhdr *eh; in chtls_pass_accept_request() local
1342 eh = (struct ethhdr *)(req + 1); in chtls_pass_accept_request()
1343 iph = (struct iphdr *)(eh + 1); in chtls_pass_accept_request()
1344 ip6h = (struct ipv6hdr *)(eh + 1); in chtls_pass_accept_request()
1345 network_hdr = (void *)(eh + 1); in chtls_pass_accept_request()
/linux/arch/sparc/kernel/
H A Dperf_event.c1316 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1333 eh = event->attr.exclude_hv; in check_excludes()
1337 event->attr.exclude_hv != eh) { in check_excludes()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c514 unsigned int n_frags, u8 *eh, __wsum csum) in efx_siena_rx_packet_gro() argument
530 skb_set_hash(skb, efx_rx_buf_hash(efx, eh), in efx_siena_rx_packet_gro()
H A Dptp.c1971 static inline u32 efx_rx_buf_timestamp_minor(struct efx_nic *efx, const u8 *eh) in efx_rx_buf_timestamp_minor() argument
1974 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
1976 const u8 *data = eh + efx->rx_packet_ts_offset; in efx_rx_buf_timestamp_minor()
/linux/drivers/cdrom/
H A Dcdrom.c666 struct event_header *eh = (struct event_header *)buffer; in cdrom_get_media_event() local
678 if (be16_to_cpu(eh->data_len) < sizeof(*med)) in cdrom_get_media_event()
681 if (eh->nea || eh->notification_class != 0x4) in cdrom_get_media_event()
684 memcpy(med, &buffer[sizeof(*eh)], sizeof(*med)); in cdrom_get_media_event()
/linux/drivers/net/ethernet/sfc/
H A Dptp.c2018 static inline u32 efx_rx_buf_timestamp_minor(struct efx_nic *efx, const u8 *eh) in efx_rx_buf_timestamp_minor() argument
2021 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
2023 const u8 *data = eh + efx->rx_packet_ts_offset; in efx_rx_buf_timestamp_minor()
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst733 * will then be queued on current host during eh.
753 * queued on current host during eh.
771 * queued on current host during eh.
789 * queued on current host during eh.
791 * _device_reset_, _bus_reset_ or this eh handler function are
793 * will be set offline whenever eh is invoked.
H A DChangeLog.lpfc569 * Have lpfc eh handlers, bus_reset and lun_reset, wait for all
1065 eh routines in a single file (lpfc_scsiport.c).
/linux/drivers/block/drbd/
H A Ddrbd_state.c1904 enum drbd_io_error_p eh = EP_PASS_ON; in after_state_ch() local
1912 eh = rcu_dereference(device->ldev->disk_conf)->on_io_error; in after_state_ch()
1921 if (was_io_error && eh == EP_CALL_HELPER) in after_state_ch()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c1964 struct ethhdr *eh; in mtk_wed_ppe_check() local
1973 eh = eth_hdr(skb); in mtk_wed_ppe_check()
1974 skb->protocol = eh->h_proto; in mtk_wed_ppe_check()
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c598 struct ethhdr *eh = (struct ethhdr *)skb->data; in slic_handle_receive() local
600 if (is_multicast_ether_addr(eh->h_dest)) in slic_handle_receive()
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst213 information as @owner and @blkno in eh above structure, but using 8
/linux/Documentation/driver-api/
H A Dlibata.rst589 .. kernel-doc:: drivers/ata/libata-eh.c
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13055 struct ethhdr *eh = inner_eth_hdr(skb); in bnxt_udp_tunl_check() local
13057 switch (eh->h_proto) { in bnxt_udp_tunl_check()

123