Lines Matching refs:skb_put

174 	memcpy(skb_put(skb, sizeof(__u16)), &len, sizeof(__u16));  in hycapi_register_internal()
175 memcpy(skb_put(skb, sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_register_internal()
176 memcpy(skb_put(skb, sizeof(__u8)), &_command, sizeof(_command)); in hycapi_register_internal()
177 memcpy(skb_put(skb, sizeof(__u8)), &_subcommand, sizeof(_subcommand)); in hycapi_register_internal()
178 memcpy(skb_put(skb, sizeof(__u16)), &MessageNumber, sizeof(__u16)); in hycapi_register_internal()
179 memcpy(skb_put(skb, sizeof(__u16)), &MessageBufferSize, sizeof(__u16)); in hycapi_register_internal()
180 memcpy(skb_put(skb, sizeof(__u16)), &(rp->level3cnt), sizeof(__u16)); in hycapi_register_internal()
181 memcpy(skb_put(skb, sizeof(__u16)), &(rp->datablkcnt), sizeof(__u16)); in hycapi_register_internal()
182 memcpy(skb_put(skb, sizeof(__u16)), &(rp->datablklen), sizeof(__u16)); in hycapi_register_internal()
183 memcpy(skb_put(skb, slen), ExtFeatureDefaults, slen); in hycapi_register_internal()
282 memcpy(skb_put(skb, sizeof(__u16)), &len, sizeof(__u16)); in hycapi_release_internal()
283 memcpy(skb_put(skb, sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_release_internal()
284 memcpy(skb_put(skb, sizeof(__u8)), &_command, sizeof(_command)); in hycapi_release_internal()
285 memcpy(skb_put(skb, sizeof(__u8)), &_subcommand, sizeof(_subcommand)); in hycapi_release_internal()
286 memcpy(skb_put(skb, sizeof(__u16)), &MessageNumber, sizeof(__u16)); in hycapi_release_internal()
560 memcpy(skb_put(skb, MsgLen), buf, MsgLen); in hycapi_rx_capipkt()
561 memcpy(skb_put(skb, 2 * sizeof(__u32)), CP64, 2 * sizeof(__u32)); in hycapi_rx_capipkt()
562 memcpy(skb_put(skb, len - MsgLen), buf + MsgLen, in hycapi_rx_capipkt()
571 memcpy(skb_put(skb, len), buf, len); in hycapi_rx_capipkt()