Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_mem_ops.c45 u8 *hostbuf, u32 len) in octeon_pci_fastwrite()
48 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
55 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()
57 hostbuf += 8; in octeon_pci_fastwrite()
64 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
69 u8 *hostbuf, u32 len) in octeon_pci_fastread()
72 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
79 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()
81 hostbuf += 8; in octeon_pci_fastread()
88 *(hostbuf in octeon_pci_fastread()
44 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, u8 *hostbuf, u32 len) octeon_pci_fastwrite() argument
68 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, u8 *hostbuf, u32 len) octeon_pci_fastread() argument
94 __octeon_pci_rw_core_mem(struct octeon_device *oct, u64 addr, u8 *hostbuf, u32 len, u32 op) __octeon_pci_rw_core_mem() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_mem_ops.c45 u8 *hostbuf, u32 len) in octeon_pci_fastwrite()
48 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
55 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()
57 hostbuf += 8; in octeon_pci_fastwrite()
64 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
69 u8 *hostbuf, u32 len) in octeon_pci_fastread()
72 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
79 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()
81 hostbuf += 8; in octeon_pci_fastread()
88 *(hostbuf in octeon_pci_fastread()
44 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, u8 *hostbuf, u32 len) octeon_pci_fastwrite() argument
68 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, u8 *hostbuf, u32 len) octeon_pci_fastread() argument
94 __octeon_pci_rw_core_mem(struct octeon_device *oct, u64 addr, u8 *hostbuf, u32 len, u32 op) __octeon_pci_rw_core_mem() argument
[all...]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c254 static struct hostent hostbuf; in gethostnameinfo() local
261 res = lwip_gethostbyname_r(host, &hostbuf, tmphstbuf, hstbuflen, &hp, &herr); in gethostnameinfo()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1575 static struct hostent hostbuf; local
1582 res = lwip_gethostbyname_r(host, &hostbuf, tmphstbuf, hstbuflen, &hp, &herr);
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H A Dsli4.c3238 read_rev->hostbuf.low = in sli_cmd_read_rev()
3240 read_rev->hostbuf.high = in sli_cmd_read_rev()
H A Dsli4.h2336 struct sli4_dmaaddr hostbuf; member

Completed in 21 milliseconds