Lines Matching refs:ncf
216 struct canfd_frame *ncf; in isotp_send_fc() local
236 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc()
240 ncf->can_id = so->txid; in isotp_send_fc()
243 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN); in isotp_send_fc()
244 ncf->len = CAN_MAX_DLEN; in isotp_send_fc()
246 ncf->len = ae + FC_CONTENT_SZ; in isotp_send_fc()
249 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
250 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
251 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc()
254 ncf->data[0] = so->opt.ext_address; in isotp_send_fc()
256 ncf->flags = so->ll.tx_flags; in isotp_send_fc()