/Linux-v4.19/drivers/scsi/ |
D | gvp11.c | 23 struct WD33C93_hostdata wh; member 54 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local 62 if (addr & wh->dma_xfer_mask) { in dma_setup() 63 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup() 66 wh->dma_bounce_buffer = in dma_setup() 67 kmalloc(wh->dma_bounce_len, GFP_KERNEL); in dma_setup() 68 wh->dma_buffer_pool = BUF_SCSI_ALLOCED; in dma_setup() 72 !wh->dma_bounce_buffer) { in dma_setup() 73 wh->dma_bounce_buffer = in dma_setup() 74 amiga_chip_alloc(wh->dma_bounce_len, in dma_setup() [all …]
|
D | a2091.c | 21 struct WD33C93_hostdata wh; member 45 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local 52 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup() 53 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup() 57 if (!wh->dma_bounce_buffer) { in dma_setup() 58 wh->dma_bounce_len = 0; in dma_setup() 63 addr = virt_to_bus(wh->dma_bounce_buffer); in dma_setup() 68 kfree(wh->dma_bounce_buffer); in dma_setup() 69 wh->dma_bounce_buffer = NULL; in dma_setup() 70 wh->dma_bounce_len = 0; in dma_setup() [all …]
|
D | a3000.c | 22 struct WD33C93_hostdata wh; member 49 struct WD33C93_hostdata *wh = &hdata->wh; in dma_setup() local 61 wh->dma_bounce_len = (cmd->SCp.this_residual + 511) & ~0x1ff; in dma_setup() 62 wh->dma_bounce_buffer = kmalloc(wh->dma_bounce_len, in dma_setup() 66 if (!wh->dma_bounce_buffer) { in dma_setup() 67 wh->dma_bounce_len = 0; in dma_setup() 73 memcpy(wh->dma_bounce_buffer, cmd->SCp.ptr, in dma_setup() 77 addr = virt_to_bus(wh->dma_bounce_buffer); in dma_setup() 85 wh->dma_dir = dir_in; in dma_setup() 113 struct WD33C93_hostdata *wh = &hdata->wh; in dma_stop() local [all …]
|
D | sgiwd93.c | 35 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-v4.19/net/bridge/netfilter/ |
D | ebt_among.c | 18 static bool ebt_mac_wormhash_contains(const struct ebt_mac_wormhash *wh, in ebt_mac_wormhash_contains() argument 32 start = wh->table[key]; in ebt_mac_wormhash_contains() 33 limit = wh->table[key + 1]; in ebt_mac_wormhash_contains() 36 p = &wh->pool[i]; in ebt_mac_wormhash_contains() 43 p = &wh->pool[i]; in ebt_mac_wormhash_contains() 53 *wh) in ebt_mac_wormhash_check_integrity() 58 if (wh->table[i] > wh->table[i + 1]) in ebt_mac_wormhash_check_integrity() 60 if (wh->table[i] < 0) in ebt_mac_wormhash_check_integrity() 62 if (wh->table[i] > wh->poolsize) in ebt_mac_wormhash_check_integrity() 65 if (wh->table[256] > wh->poolsize) in ebt_mac_wormhash_check_integrity() [all …]
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_core.c | 99 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() 380 struct ieee80211_hdr *wh = NULL; in rsi_core_xmit() local 403 wh = (struct ieee80211_hdr *)&skb->data[0]; in rsi_core_xmit() 406 vif = rsi_get_vif(adapter, wh->addr2); in rsi_core_xmit() 411 if ((ieee80211_is_mgmt(wh->frame_control)) || in rsi_core_xmit() 412 (ieee80211_is_ctl(wh->frame_control)) || in rsi_core_xmit() 413 (ieee80211_is_qos_nullfunc(wh->frame_control))) { in rsi_core_xmit() 414 if (ieee80211_is_assoc_req(wh->frame_control) || in rsi_core_xmit() [all …]
|
D | rsi_91x_hal.c | 54 struct ieee80211_hdr *wh = NULL; in rsi_prepare_mgmt_desc() local 93 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_mgmt_desc() 104 if (is_broadcast_ether_addr(wh->addr1)) in rsi_prepare_mgmt_desc() 108 cpu_to_le16(IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl))); in rsi_prepare_mgmt_desc() 117 if (ieee80211_is_probe_resp(wh->frame_control)) { in rsi_prepare_mgmt_desc() 126 (ieee80211_is_action(wh->frame_control))) { in rsi_prepare_mgmt_desc() 127 struct rsi_sta *rsta = rsi_find_sta(common, wh->addr1); in rsi_prepare_mgmt_desc() 146 struct ieee80211_hdr *wh = NULL; in rsi_prepare_data_desc() local 180 wh = (struct ieee80211_hdr *)&skb->data[header_size]; in rsi_prepare_data_desc() 181 seq_num = IEEE80211_SEQ_TO_SN(le16_to_cpu(wh->seq_ctrl)); in rsi_prepare_data_desc() [all …]
|
D | rsi_91x_main.c | 128 struct ieee80211_hdr *wh; in rsi_prepare_skb() local 147 wh = (struct ieee80211_hdr *)skb->data; in rsi_prepare_skb() 148 vif = rsi_get_vif(common->priv, wh->addr1); in rsi_prepare_skb()
|
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 219 int wh, range; in launch_watchpoints() local 248 wh = set_hwbreakpoint_addr((void *)data, 0); in launch_watchpoints() 253 del_hwbreakpoint_addr(wh); in launch_watchpoints() 259 wh = set_hwbreakpoint_addr((void *)data, range); in launch_watchpoints() 264 del_hwbreakpoint_addr(wh); in launch_watchpoints()
|
/Linux-v4.19/arch/alpha/math-emu/ |
D | sfp-util.h | 14 #define umul_ppmm(wh, wl, u, v) \ argument 16 : "=r" ((UDItype)(wh)), \
|
/Linux-v4.19/arch/sparc/math-emu/ |
D | sfp-util_64.h | 43 #define umul_ppmm(wh, wl, u, v) \ argument 68 : "=r" (wh), \
|
/Linux-v4.19/drivers/net/wireless/marvell/ |
D | mwl8k.c | 805 struct ieee80211_hdr wh; member 816 hdrlen = ieee80211_hdrlen(tr->wh.frame_control); in mwl8k_remove_dma_header() 818 if (hdrlen != sizeof(tr->wh)) { in mwl8k_remove_dma_header() 819 if (ieee80211_is_data_qos(tr->wh.frame_control)) { in mwl8k_remove_dma_header() 820 memmove(tr->data - hdrlen, &tr->wh, hdrlen - 2); in mwl8k_remove_dma_header() 823 memmove(tr->data - hdrlen, &tr->wh, hdrlen); in mwl8k_remove_dma_header() 837 struct ieee80211_hdr *wh; in mwl8k_add_dma_header() local 848 wh = (struct ieee80211_hdr *)skb->data; in mwl8k_add_dma_header() 850 hdrlen = ieee80211_hdrlen(wh->frame_control); in mwl8k_add_dma_header() 872 if (ieee80211_is_data_qos(wh->frame_control)) in mwl8k_add_dma_header() [all …]
|
/Linux-v4.19/include/net/ |
D | ipv6.h | 487 __be32 wh, __be32 wl) in __ipv6_addr_set_half() argument 491 if (__builtin_constant_p(wh) && __builtin_constant_p(wl)) { in __ipv6_addr_set_half() 492 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); in __ipv6_addr_set_half() 496 if (__builtin_constant_p(wl) && __builtin_constant_p(wh)) { in __ipv6_addr_set_half() 497 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); in __ipv6_addr_set_half() 502 addr[0] = wh; in __ipv6_addr_set_half()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 48 unsigned int wh, i; in isp_video_capture_queue_setup() local 50 wh = vid_fmt->width * vid_fmt->height; in isp_video_capture_queue_setup() 61 if (sizes[i] < (wh * fmt->depth[i]) / 8) in isp_video_capture_queue_setup() 69 sizes[i] = (wh * fmt->depth[i]) / 8; in isp_video_capture_queue_setup()
|
D | fimc-lite.c | 365 unsigned long wh = frame->f_width * frame->f_height; in queue_setup() local 375 if (sizes[i] < (wh * fmt->depth[i]) / 8) in queue_setup() 383 sizes[i] = (wh * fmt->depth[i]) / 8; in queue_setup()
|
D | fimc-capture.c | 349 unsigned long wh = frame->f_width * frame->f_height; in queue_setup() local 359 if (sizes[i] < (wh * fmt->depth[i]) / 8) in queue_setup() 367 unsigned int size = (wh * fmt->depth[i]) / 8; in queue_setup()
|
/Linux-v4.19/lib/mpi/ |
D | longlong.h | 320 #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-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mt76x2_dfs.c | 19 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument 28 .w_high = wh, \
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 390 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-v4.19/fs/ext4/ |
D | namei.c | 3422 struct inode *wh; in ext4_whiteout_for_rename() local 3433 wh = ext4_new_inode_start_handle(ent->dir, S_IFCHR | WHITEOUT_MODE, in ext4_whiteout_for_rename() 3438 if (IS_ERR(wh)) { in ext4_whiteout_for_rename() 3441 if (PTR_ERR(wh) == -ENOSPC && in ext4_whiteout_for_rename() 3446 init_special_inode(wh, wh->i_mode, WHITEOUT_DEV); in ext4_whiteout_for_rename() 3447 wh->i_op = &ext4_special_inode_operations; in ext4_whiteout_for_rename() 3449 return wh; in ext4_whiteout_for_rename()
|
/Linux-v4.19/Documentation/blockdev/ |
D | zram.txt | 254 300 75.033841 .wh
|