Searched refs:gsm_fcs_add_block (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 398 static inline u8 gsm_fcs_add_block(u8 fcs, u8 *c, int len) in gsm_fcs_add_block() function 584 cbuf[4] = 0xFF - gsm_fcs_add_block(INIT_FCS, cbuf + 1, 3); in gsm_send() 593 ibuf[2] = 0xFF - gsm_fcs_add_block(INIT_FCS, ibuf, 2); in gsm_send() 753 *fcs = gsm_fcs_add_block(INIT_FCS, dp , msg->data - dp); in __gsm_data_queue() 756 *fcs = gsm_fcs_add_block(*fcs, msg->data, msg->len); in __gsm_data_queue() 1751 gsm->fcs = gsm_fcs_add_block(gsm->fcs, gsm->buf, gsm->len); in gsm_queue()
|