Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/
H A Dw1_netlink.c25 struct cn_msg *first_cn; /* fixed once the structure is populated */ member
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, 0, sizeof(*block->first_cn)); in w1_cn_callback()