Home
last modified time | relevance | path

Searched refs:first_cn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/w1/
H A Dw1_netlink.c22 /* maximum value for first_cn->len */
25 struct cn_msg *first_cn; /* fixed once the structure is populated */ member
35 * reply first_cn, data (w1_netlink_msg and w1_netlink_cmd)
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
67 cn_netlink_send_mult(block->first_cn, len, in w1_unref_block()
86 cn_netlink_send_mult(block->first_cn, len, block->portid, 0, GFP_KERNEL); in w1_reply_make_space()
87 block->first_cn->len = 0; in w1_reply_make_space()
120 block->cn = block->first_cn; in w1_netlink_setup_msg()
627 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
628 memset(block->first_cn, in w1_cn_callback()
[all...]
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1_netlink.c22 /* maximum value for first_cn->len */
25 struct cn_msg *first_cn; /* fixed once the structure is populated */ member
35 * reply first_cn, data (w1_netlink_msg and w1_netlink_cmd)
59 return (u8 *)block->cn - (u8 *)block->first_cn + block->cn->len; in w1_reply_len()
67 cn_netlink_send_mult(block->first_cn, len, in w1_unref_block()
87 cn_netlink_send_mult(block->first_cn, len, block->portid, in w1_reply_make_space()
89 block->first_cn->len = 0; in w1_reply_make_space()
122 block->cn = block->first_cn; in w1_netlink_setup_msg()
630 block->first_cn = (struct cn_msg *)(node + node_count); in w1_cn_callback()
631 memset(block->first_cn, in w1_cn_callback()
[all...]

Completed in 2 milliseconds