Home
last modified time | relevance | path

Searched refs:wh (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c256 int wh = ptrace(PPC_PTRACE_SETHWDEBUG, child_pid, 0, info); in ptrace_sethwdebug() local
258 if (wh <= 0) { in ptrace_sethwdebug()
262 return wh; in ptrace_sethwdebug()
265 static void ptrace_delhwdebug(pid_t child_pid, int wh) in ptrace_delhwdebug() argument
267 if (ptrace(PPC_PTRACE_DELHWDEBUG, child_pid, 0, wh) < 0) { in ptrace_delhwdebug()
357 int wh; in test_sethwdebug_exact() local
361 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
364 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
368 wh = ptrace_sethwdebug(child_pid, &info); in test_sethwdebug_exact()
371 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
[all …]
/linux/net/bridge/netfilter/
H A Debt_among.c19 static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, in ebt_mac_wormhash_contains() argument
33 start = wh->table[key]; in ebt_mac_wormhash_contains()
34 limit = wh->table[key + 1]; in ebt_mac_wormhash_contains()
37 p = &wh->pool[i]; in ebt_mac_wormhash_contains()
44 p = &wh->pool[i]; in ebt_mac_wormhash_contains()
54 *wh) in ebt_mac_wormhash_check_integrity()
59 if (wh->table[i] > wh->table[i + 1]) in ebt_mac_wormhash_check_integrity()
61 if (wh->table[i] < 0) in ebt_mac_wormhash_check_integrity()
63 if (wh->table[i] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
66 if (wh->table[256] > wh->poolsize) in ebt_mac_wormhash_check_integrity()
[all …]
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c99 struct ieee80211_hdr *wh; in rsi_get_num_pkts_dequeue() local
112 wh = (struct ieee80211_hdr *)skb->data; in rsi_get_num_pkts_dequeue()
113 vif = rsi_get_vif(adapter, wh->addr2); in rsi_get_num_pkts_dequeue()
379 struct ieee80211_hdr *wh = NULL; in rsi_core_xmit() local
404 wh = (struct ieee80211_hdr *)&skb->data[0]; in rsi_core_xmit()
407 vif = rsi_get_vif(adapter, wh->addr2); in rsi_core_xmit()
412 if ((ieee80211_is_mgmt(wh->frame_control)) || in rsi_core_xmit()
413 (ieee80211_is_ctl(wh->frame_control)) || in rsi_core_xmit()
414 (ieee80211_is_qos_nullfunc(wh->frame_control))) { in rsi_core_xmit()
415 if (ieee80211_is_assoc_req(wh->frame_control) || in rsi_core_xmit()
[all …]
H A Drsi_91x_hal.c61 struct ieee80211_hdr *wh = NULL; in rsi_prepare_mgmt_desc() local
100 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_mgmt_desc()
111 if (ieee80211_is_probe_req(wh->frame_control)) in rsi_prepare_mgmt_desc()
114 if (is_broadcast_ether_addr(wh->addr1)) in rsi_prepare_mgmt_desc()
118 cpu_to_le16(IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl))); in rsi_prepare_mgmt_desc()
127 if (ieee80211_is_probe_resp(wh->frame_control)) { in rsi_prepare_mgmt_desc()
136 (ieee80211_is_action(wh->frame_control))) { in rsi_prepare_mgmt_desc()
137 struct rsi_sta *rsta = rsi_find_sta(common, wh->addr1); in rsi_prepare_mgmt_desc()
156 struct ieee80211_hdr *wh = NULL; in rsi_prepare_data_desc() local
194 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_data_desc()
[all …]
/linux/arch/xtensa/lib/
H A Dumulsidi3.S29 #define wh a2 macro
32 #define wh a3 macro
41 muluh wh, a2, a3
141 do_mul(wh, a2, h, a3, h) /* pp 3 */
142 add wh, wh, a9
/linux/arch/alpha/math-emu/
H A Dsfp-util.h14 #define umul_ppmm(wh, wl, u, v) \ argument
16 : "=r" ((UDItype)(wh)), \
/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h43 #define umul_ppmm(wh, wl, u, v) \ argument
68 : "=r" (wh), \
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c219 struct ieee80211_hdr_3addr *wh; in ath12k_dp_mon_rx_merg_msdus() local
292 wh = (struct ieee80211_hdr_3addr *)hdr_desc; in ath12k_dp_mon_rx_merg_msdus()
294 if (ieee80211_is_data_qos(wh->frame_control)) in ath12k_dp_mon_rx_merg_msdus()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c390 struct ieee80211_hdr_3addr *pwh, wh; in ath6kl_wmi_dot11_hdr_remove() local
405 memcpy((u8 *) &wh, datap, sizeof(struct ieee80211_hdr_3addr)); in ath6kl_wmi_dot11_hdr_remove()
422 switch ((le16_to_cpu(wh.frame_control)) & in ath6kl_wmi_dot11_hdr_remove()
425 memcpy(eth_hdr.h_dest, wh.addr3, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
426 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
429 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
430 memcpy(eth_hdr.h_source, wh.addr3, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
435 memcpy(eth_hdr.h_dest, wh.addr1, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
436 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
/linux/fs/ext4/
H A Dnamei.c3760 struct inode *wh; in ext4_whiteout_for_rename() local
3771 wh = ext4_new_inode_start_handle(idmap, ent->dir, in ext4_whiteout_for_rename()
3777 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()
3780 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()
3785 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()
3786 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()
3788 return wh; in ext4_whiteout_for_rename()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup() local
357 if (sizes[i] < (wh * fmt->depth[i]) / 8) in queue_setup()
365 unsigned int size = (wh * fmt->depth[i]) / 8; in queue_setup()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4909 struct ieee80211_hdr_3addr *wh; in ath11k_dp_rx_mon_merg_msdus() local
4953 wh = (struct ieee80211_hdr_3addr *)hdr_desc; in ath11k_dp_rx_mon_merg_msdus()
4955 if (ieee80211_is_data_qos(wh->frame_control)) in ath11k_dp_rx_mon_merg_msdus()