Searched refs:gsm_fcs_add_block (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/tty/ |
D | n_gsm.c | 486 static inline u8 gsm_fcs_add_block(u8 fcs, u8 *c, int len) in gsm_fcs_add_block() function 830 *dp = 0xFF - gsm_fcs_add_block(INIT_FCS, msg->data, dp - msg->data); in gsm_send() 1112 *fcs = gsm_fcs_add_block(INIT_FCS, dp , msg->data - dp); in __gsm_data_queue() 1115 *fcs = gsm_fcs_add_block(*fcs, msg->data, msg->len); in __gsm_data_queue() 2918 gsm->fcs = gsm_fcs_add_block(gsm->fcs, gsm->buf, in gsm0_receive() 2976 gsm->fcs = gsm_fcs_add_block(gsm->fcs, gsm->buf, in gsm1_receive()
|