Lines Matching refs:ncf
217 struct canfd_frame *ncf; in isotp_send_fc() local
237 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc()
241 ncf->can_id = so->txid; in isotp_send_fc()
244 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc()
245 ncf->len = CAN_MAX_DLEN; in isotp_send_fc()
247 ncf->len = ae + FC_CONTENT_SZ; in isotp_send_fc()
250 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
251 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
252 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc()
255 ncf->data[0] = so->opt.ext_address; in isotp_send_fc()
257 ncf->flags = so->ll.tx_flags; in isotp_send_fc()