Searched refs:common (Results 26 - 50 of 768) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/dev/athk/
H A Dmain.c34 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, argument
54 skb = __dev_alloc_skb(len + common->cachelsz - 1, gfp_mask);
56 off = ((unsigned long) skb->data) % common->cachelsz;
58 skb_reserve(skb, common->cachelsz - off);
68 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) argument
71 !is_zero_ether_addr(common->curbssid) &&
72 ether_addr_equal_64bits(hdr->addr3, common->curbssid);
76 void ath_printk(const char *level, const struct ath_common* common, argument
87 if (common && common
[all...]
H A Dkey.c25 #define REG_READ (common->ops->read)
26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg)
28 if (common->ops->enable_write_buffer) \
29 common->ops->enable_write_buffer((_ah));
32 if (common->ops->write_flush) \
33 common->ops->write_flush((_ah));
42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) argument
45 void *ah = common->ah;
47 if (entry >= common->keymax) {
48 ath_err(common, "keyrese
87 ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) argument
129 ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, const struct ath_keyval *k, const u8 *mac) argument
339 ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, struct ath_keyval *hk, const u8 *addr, bool authenticator) argument
386 ath_reserve_key_cache_slot_tkip(struct ath_common *common) argument
405 ath_reserve_key_cache_slot(struct ath_common *common, u32 cipher) argument
473 ath_key_config(struct ath_common *common, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
584 ath_key_delete(struct ath_common *common, u8 hw_key_idx) argument
[all...]
H A Dath.h146 void (*wakeup)(struct ath_common *common);
147 void (*restore)(struct ath_common *common);
194 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) argument
196 return common->ps_ops;
199 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
202 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
204 void ath_hw_setbssidmask(struct ath_common *common);
205 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
206 int ath_key_config(struct ath_common *common,
210 bool ath_hw_keyreset(struct ath_common *common, u1
309 _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, const char *fmt, ...) argument
[all...]
/freebsd-current/crypto/heimdal/etc/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/common/
H A Dctf_headers.h39 * $(SRC)/lib/libctf/common/libctf.h
40 * $(SRC)/uts/common/sys/ctf_api.h
41 * $(SRC)/uts/common/sys/ctf.h
52 * $(SRC)/uts/common/sys.
62 * live, followed by /usr/include, followed by $(SRC)/uts/common.
69 #include <uts/common/sys/ctf_api.h>
70 #include <lib/libctf/common/libctf.h>
/freebsd-current/sys/modules/qat/qat_api/
H A DMakefile8 SRCS+= common/compression/dc_datapath.c
9 SRCS+= common/compression/dc_header_footer.c
10 SRCS+= common/compression/dc_session.c
11 SRCS+= common/compression/dc_stats.c
12 SRCS+= common/compression/dc_buffers.c
13 SRCS+= common/compression/dc_dp.c
14 SRCS+= common/compression/icp_sal_dc_err.c
15 SRCS+= common/compression/dc_chain.c
16 SRCS+= common/compression/dc_ns_datapath.c
17 SRCS+= common/compressio
[all...]
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dadduser29 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/tools/tools/net80211/scripts/mesh/
H A Dsetup.simple11 . common
/freebsd-current/usr.bin/bmake/tests/basic/t0/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/shell/meta/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/shell/select/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/sysmk/t0/2/1/
H A Dlegacy_test.sh3 . $(dirname $0)/../../../../common.sh
/freebsd-current/tools/tools/nanobsd/rescue/
H A Drescue_amd64.conf9 . common
/freebsd-current/usr.bin/bmake/tests/shell/builtin/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/shell/replace/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/suffixes/src_wild2/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/suffixes/src_wild1/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/usr.bin/bmake/tests/suffixes/basic/
H A Dlegacy_test.sh3 . $(dirname $0)/../../common.sh
/freebsd-current/crypto/heimdal/appl/ftp/common/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
12 common.h
/freebsd-current/sys/arm64/arm64/
H A Dbusdma_machdep.c60 struct bus_dma_tag_common *common; local
78 common = newtag;
79 common->impl = &bus_dma_bounce_impl;
80 common->alignment = alignment;
81 common->boundary = boundary;
82 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1);
83 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1);
84 common->maxsize = maxsize;
85 common->nsegments = nsegments;
86 common
150 struct bus_dma_tag_common *common; local
[all...]
/freebsd-current/sys/x86/x86/
H A Dbusdma_machdep.c64 struct bus_dma_tag_common *common; local
82 common = newtag;
83 common->impl = &bus_dma_bounce_impl;
84 common->alignment = alignment;
85 common->boundary = boundary;
86 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1);
87 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1);
88 common->maxsize = maxsize;
89 common->nsegments = nsegments;
90 common
167 struct bus_dma_tag_common *common; local
[all...]
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dtegra124-car.h7 #include <dt-bindings/clock/tegra124-car-common.h>
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostGetOpt.h19 #include <lldb/Host/common/GetOptInc.h>
/freebsd-current/crypto/heimdal/lib/hdb/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
76 common.c \
/freebsd-current/crypto/heimdal/include/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
32 asn1-common.h \
92 roken-common.h \

Completed in 135 milliseconds

1234567891011>>