Home
last modified time | relevance | path

Searched refs:pcilen (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsetup_data.h13 uint64_t pcilen; member
/linux/net/can/
H A Disotp.c444 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf() argument
453 if (!len || len > cf->len - pcilen) in isotp_rcv_sf()
457 check_pad(so, cf, pcilen + len, so->opt.rxpad_content)) { in isotp_rcv_sf()
469 memcpy(skb_put(nskb, len), &cf->data[pcilen], len); in isotp_rcv_sf()
733 int pcilen = N_PCI_SZ + ae + off; in isotp_fill_dataframe() local
734 int space = so->tx.ll_dl - pcilen; in isotp_fill_dataframe()
739 cf->len = num + pcilen; in isotp_fill_dataframe()
755 cf->data[pcilen + i] = so->tx.buf[so->tx.idx++]; in isotp_fill_dataframe()
/linux/arch/x86/pci/
H A Dcommon.c667 dev->romlen = rom->pcilen; in pcibios_device_add()