Home
last modified time | relevance | path

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

/freebsd/sys/dev/liquidio/base/
H A Dlio_ctrl.c77 uint32_t datasize = 0, rdatasize, uddsize = 0; in lio_alloc_ctrl_pkt_sc() local
83 rdatasize = (nctrl->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc()
85 sc = lio_alloc_soft_command(oct, datasize, rdatasize, in lio_alloc_ctrl_pkt_sc()
H A Dlio_request_manager.c670 if (sc->rdatasize) { in lio_prepare_soft_command()
673 rdp->rlen = sc->rdatasize; in lio_prepare_soft_command()
775 uint32_t rdatasize, uint32_t ctxsize) in lio_alloc_soft_command() argument
783 KASSERT((offset + datasize + rdatasize + ctxsize) <= in lio_alloc_soft_command()
828 if (rdatasize) { in lio_alloc_soft_command()
829 KASSERT(rdatasize >= 16, ("%s, %d, rdatasize < 16", __func__, in lio_alloc_soft_command()
833 sc->rdatasize = rdatasize; in lio_alloc_soft_command()
835 rdatasize - 8); in lio_alloc_soft_command()
H A Dlio_iq.h250 uint32_t rdatasize; member
286 uint32_t rdatasize,