Searched refs:rdatasize (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_ctrl.c | 77 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 D | lio_request_manager.c | 661 if (sc->rdatasize) { in lio_prepare_soft_command() 664 rdp->rlen = sc->rdatasize; in lio_prepare_soft_command() 766 uint32_t rdatasize, uint32_t ctxsize) in lio_alloc_soft_command() argument 774 KASSERT((offset + datasize + rdatasize + ctxsize) <= in lio_alloc_soft_command() 819 if (rdatasize) { in lio_alloc_soft_command() 820 KASSERT(rdatasize >= 16, ("%s, %d, rdatasize < 16", __func__, in lio_alloc_soft_command() 824 sc->rdatasize = rdatasize; in lio_alloc_soft_command() 826 rdatasize - 8); in lio_alloc_soft_command()
|
H A D | lio_iq.h | 250 uint32_t rdatasize; member 286 uint32_t rdatasize,
|