Lines Matching refs:ncf
203 struct canfd_frame *ncf;
223 ncf = (struct canfd_frame *)nskb->data;
227 ncf->can_id = so->txid;
230 memset(ncf->data, so->opt.txpad_content, CAN_MAX_DLEN);
231 ncf->len = CAN_MAX_DLEN;
233 ncf->len = ae + FC_CONTENT_SZ;
236 ncf->data[ae] = N_PCI_FC | flowstatus;
237 ncf->data[ae + 1] = so->rxfc.bs;
238 ncf->data[ae + 2] = so->rxfc.stmin;
241 ncf->data[0] = so->opt.ext_address;
243 ncf->flags = so->ll.tx_flags;