Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/wil6210/
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()
/linux-6.12.1/fs/fat/
Dinode.c418 struct hlist_head *d_head = sbi->dir_hashtable; in fat_attach() local
419 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart); in fat_attach()
422 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head); in fat_attach()