Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dgvp11.c23 struct WD33C93_hostdata wh; member
54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
66 wh->dma_bounce_buffer = in dma_setup()
73 wh->dma_bounce_buffer = in dma_setup()
78 wh->dma_bounce_len = 0; in dma_setup()
97 wh->dma_bounce_buffer = in dma_setup()
102 wh->dma_bounce_len = 0; in dma_setup()
121 wh->dma_dir = dir_in; in dma_setup()
150 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop() local
170 wh->dma_bounce_len = 0; in dma_stop()
[all …]
A Da2091.c21 struct WD33C93_hostdata wh; member
45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
53 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup()
58 wh->dma_bounce_len = 0; in dma_setup()
70 wh->dma_bounce_len = 0; in dma_setup()
86 wh->dma_dir = dir_in; in dma_setup()
111 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop() local
117 if (!wh->dma_dir) in dma_stop()
124 if (wh->dma_dir) { in dma_stop()
141 if (wh->dma_dir) in dma_stop()
[all …]
A Da3000.c22 struct WD33C93_hostdata wh; member
49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local
62 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup()
67 wh->dma_bounce_len = 0; in dma_setup()
85 wh->dma_dir = dir_in; in dma_setup()
113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop() local
119 if (!wh->dma_dir) in dma_stop()
126 if (wh->dma_dir) { in dma_stop()
156 wh->dma_bounce_len = 0; in dma_stop()
160 wh->dma_bounce_len = 0; in dma_stop()
[all …]
A Dsgiwd93.c35 struct WD33C93_hostdata wh; member
111 hdata->wh.dma_dir = datainp; in dma_setup()
153 if (hdata->wh.dma_dir) { in dma_stop()
161 DMA_DIR(hdata->wh.dma_dir)); in dma_stop()
251 hdata->wh.no_sync = 0; in sgiwd93_probe()
252 hdata->wh.fast = 1; in sgiwd93_probe()
253 hdata->wh.dma_mode = CTRL_BURST; in sgiwd93_probe()
/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-hwbreak.c257 if (wh <= 0) { in ptrace_sethwdebug()
261 return wh; in ptrace_sethwdebug()
356 int wh; in test_sethwdebug_exact() local
363 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
370 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
377 ptrace_delhwdebug(child_pid, wh); in test_sethwdebug_exact()
386 int wh; in test_sethwdebug_exact_kernel_userspace() local
402 int wh; in test_sethwdebug_range_aligned() local
501 int wh; in test_sethwdebug_range_unaligned() local
538 int wh; in test_sethwdebug_range_unaligned_dar() local
[all …]
/linux/net/bridge/netfilter/
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/
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()
436 u8 *qos = ieee80211_get_qos_ctl(wh); in rsi_core_xmit()
450 (!is_broadcast_ether_addr(wh->addr1)) && in rsi_core_xmit()
[all …]
A Drsi_91x_hal.c61 struct ieee80211_hdr *wh = NULL; in rsi_prepare_mgmt_desc() local
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()
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()
156 struct ieee80211_hdr *wh = NULL; in rsi_prepare_data_desc() local
195 if (ieee80211_is_data_qos(wh->frame_control)) { in rsi_prepare_data_desc()
266 if ((is_broadcast_ether_addr(wh->addr1)) || in rsi_prepare_data_desc()
267 (is_multicast_ether_addr(wh->addr1))) { in rsi_prepare_data_desc()
282 (ieee80211_has_moredata(wh->frame_control))) in rsi_prepare_data_desc()
[all …]
/linux/arch/alpha/math-emu/
A Dsfp-util.h14 #define umul_ppmm(wh, wl, u, v) \ argument
16 : "=r" ((UDItype)(wh)), \
/linux/drivers/net/wireless/marvell/
A Dmwl8k.c809 struct ieee80211_hdr wh; member
841 struct ieee80211_hdr *wh; in mwl8k_add_dma_header() local
880 if (wh != &tr->wh) in mwl8k_add_dma_header()
881 memmove(&tr->wh, wh, hdrlen); in mwl8k_add_dma_header()
883 memset(((void *)&tr->wh) + hdrlen, 0, sizeof(tr->wh) - hdrlen); in mwl8k_add_dma_header()
896 struct ieee80211_hdr *wh; in mwl8k_encapsulate_tx_frame() local
1359 wh = &((struct mwl8k_dma_data *)skb->data)->wh; in rxq_process()
1376 wh->addr1); in rxq_process()
1729 wh->addr2); in mwl8k_txq_reclaim()
1906 struct ieee80211_hdr *wh; in mwl8k_txq_xmit() local
[all …]
/linux/arch/sparc/math-emu/
A Dsfp-util_64.h43 #define umul_ppmm(wh, wl, u, v) \ argument
68 : "=r" (wh), \
/linux/drivers/media/platform/exynos4-is/
A Dfimc-isp-video.c45 unsigned int wh, i; in isp_video_capture_queue_setup() local
47 wh = vid_fmt->width * vid_fmt->height; in isp_video_capture_queue_setup()
58 if (sizes[i] < (wh * fmt->depth[i]) / 8) in isp_video_capture_queue_setup()
66 sizes[i] = (wh * fmt->depth[i]) / 8; in isp_video_capture_queue_setup()
A Dfimc-lite.c356 unsigned long wh = frame->f_width * frame->f_height; in queue_setup() local
366 if (sizes[i] < (wh * fmt->depth[i]) / 8) in queue_setup()
374 sizes[i] = (wh * fmt->depth[i]) / 8; in queue_setup()
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/include/net/
A Dipv6.h546 __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument
550 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half()
551 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half()
555 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half()
556 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half()
561 addr[0] = wh; in __ipv6_addr_set_half()
/linux/lib/mpi/
A Dlonglong.h320 #define umul_ppmm(wh, wl, u, v) \
329 (wh) = __xx.__i.__h; \
613 #define umul_ppmm(wh, wl, u, v) \ argument
619 (wh) = __x.__i.__h; \
/linux/drivers/net/wireless/ath/ath6kl/
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/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_dfs.c8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument
17 .w_high = wh, \
/linux/fs/ext4/
A Dnamei.c3653 struct inode *wh; in ext4_whiteout_for_rename() local
3664 wh = ext4_new_inode_start_handle(mnt_userns, ent->dir, in ext4_whiteout_for_rename()
3670 if (IS_ERR(wh)) { in ext4_whiteout_for_rename()
3673 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename()
3678 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename()
3679 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename()
3681 return wh; in ext4_whiteout_for_rename()
/linux/Documentation/admin-guide/blockdev/
A Dzram.rst409 300 75.033841 .wh.
/linux/drivers/net/wireless/ath/ath11k/
A Ddp_rx.c4840 struct ieee80211_hdr_3addr *wh; in ath11k_dp_rx_mon_merg_msdus() local
4881 wh = (struct ieee80211_hdr_3addr *)hdr_desc; in ath11k_dp_rx_mon_merg_msdus()
4883 if (ieee80211_is_data_qos(wh->frame_control)) { in ath11k_dp_rx_mon_merg_msdus()

Completed in 102 milliseconds