Home
last modified time | relevance | path

Searched refs:d_head (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c651 struct wil6210_mbox_ring_desc d_head; in __wmi_send() local
690 wil_memcpy_fromio_32(&d_head, head, sizeof(d_head)); in __wmi_send()
691 if (d_head.sync == 0) in __wmi_send()
695 if (d_head.sync != 0) { in __wmi_send()
701 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()
721 dst = wmi_buffer(wil, d_head.addr); in __wmi_send()
724 le32_to_cpu(d_head.addr)); in __wmi_send()
/openbmc/u-boot/tools/
H A Dmxsimage.c2138 struct sb_dcd_ctx *dctx = ictx->dcd_head, *d_head; in sb_free_image() local
2158 d_head = dctx; in sb_free_image()
2160 free(d_head->payload); in sb_free_image()
2161 free(d_head); in sb_free_image()
/openbmc/linux/fs/fat/
H A Dinode.c420 struct hlist_head *d_head = sbi->dir_hashtable; in fat_attach() local
421 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart); in fat_attach()
424 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head); in fat_attach()