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