Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dpci.h131 uint64_t pcilen; member
/linux-6.3-rc2/net/can/
A Disotp.c434 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf() argument
443 if (!len || len > cf->len - pcilen) in isotp_rcv_sf()
447 check_pad(so, cf, pcilen + len, so->opt.rxpad_content)) { in isotp_rcv_sf()
459 memcpy(skb_put(nskb, len), &cf->data[pcilen], len); in isotp_rcv_sf()
713 int pcilen = N_PCI_SZ + ae + off; in isotp_fill_dataframe() local
714 int space = so->tx.ll_dl - pcilen; in isotp_fill_dataframe()
719 cf->len = num + pcilen; in isotp_fill_dataframe()
735 cf->data[pcilen + i] = so->tx.buf[so->tx.idx++]; in isotp_fill_dataframe()
/linux-6.3-rc2/arch/x86/pci/
A Dcommon.c667 dev->romlen = rom->pcilen; in pcibios_device_add()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dx86-stub.c64 rom->pcilen = pci->romsize; in preserve_pci_rom_image()

Completed in 24 milliseconds