Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-npi.h72 uint64_t dlengsz : 14; /**< Data length / Gather list size */ member
86 uint64_t dlengsz : 14;
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h312 uint64_t dlengsz : 14; member
340 uint64_t dlengsz : 14;
525 ih3->dlengsz = setup->s.u.datasize; in lio_prepare_pci_cmd()
528 ih3->dlengsz = setup->s.u.gatherptrs; in lio_prepare_pci_cmd()
H A Dlio_rxtx.c1148 ih3->dlengsz = sc->datasize; in lio_prepare_soft_command()
1182 if (ih3->dlengsz) { in lio_send_soft_command()
1195 len = (uint32_t)ih3->dlengsz; in lio_send_soft_command()