Home
last modified time | relevance | path

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

/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.c1146 ih3->dlengsz = sc->datasize; in lio_prepare_soft_command()
1180 if (ih3->dlengsz) { in lio_send_soft_command()
1193 len = (uint32_t)ih3->dlengsz; in lio_send_soft_command()