Searched refs:d_head (Results 1 – 2 of 2) sorted by relevance
192 struct wil6210_mbox_ring_desc d_head; in __wmi_send() local217 wil_memcpy_fromio_32(&d_head, head, sizeof(d_head)); in __wmi_send()218 if (d_head.sync == 0) in __wmi_send()222 if (d_head.sync != 0) { in __wmi_send()227 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); in __wmi_send()241 dst = wmi_buffer(wil, d_head.addr); in __wmi_send()244 le32_to_cpu(d_head.addr)); in __wmi_send()
379 struct hlist_head *d_head = sbi->dir_hashtable; in fat_attach() local380 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart); in fat_attach()383 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head); in fat_attach()