Searched refs:rdatasize (Results 1 – 2 of 2) sorted by relevance
1157 if (sc->rdatasize) { in lio_prepare_soft_command()1160 rdp->rlen = sc->rdatasize; in lio_prepare_soft_command()1225 uint32_t rdatasize, uint32_t ctxsize) in lio_alloc_soft_command() argument1232 RTE_ASSERT((offset + datasize + rdatasize + ctxsize) <= in lio_alloc_soft_command()1271 if (rdatasize) { in lio_alloc_soft_command()1272 RTE_ASSERT(rdatasize >= 16); in lio_alloc_soft_command()1275 sc->rdatasize = rdatasize; in lio_alloc_soft_command()1277 rdatasize - 8); in lio_alloc_soft_command()1549 uint32_t rdatasize; in lio_alloc_ctrl_pkt_sc() local1555 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,