Searched refs:msgb_push_frame (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_msgb.h | 118 static inline void msgb_push_frame(struct msgbuf *msgb, u8 ty, u16 len, u8 seq) in msgb_push_frame() function 143 msgb_push_frame(msgb, SSH_FRAME_TYPE_ACK, 0x00, seq); in msgb_push_ack() 159 msgb_push_frame(msgb, SSH_FRAME_TYPE_NAK, 0x00, 0x00); in msgb_push_nak() 182 msgb_push_frame(msgb, type, sizeof(struct ssh_command) + rqst->length, seq); in msgb_push_cmd()
|