Searched refs:rdatasize (Results 1 – 2 of 2) sorted by relevance
1159 if (sc->rdatasize) { in lio_prepare_soft_command()1162 rdp->rlen = sc->rdatasize; in lio_prepare_soft_command()1227 uint32_t rdatasize, uint32_t ctxsize) in lio_alloc_soft_command() argument1234 RTE_ASSERT((offset + datasize + rdatasize + ctxsize) <= in lio_alloc_soft_command()1273 if (rdatasize) { in lio_alloc_soft_command()1274 RTE_ASSERT(rdatasize >= 16); in lio_alloc_soft_command()1277 sc->rdatasize = rdatasize; in lio_alloc_soft_command()1279 rdatasize - 8); in lio_alloc_soft_command()1551 uint32_t rdatasize; in lio_alloc_ctrl_pkt_sc() local1557 rdatasize = (ctrl_pkt->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc()[all …]
153 uint32_t rdatasize; member568 uint32_t datasize, uint32_t rdatasize,