OCTEON_CMD_SIZE
memcpy(data + OCTEON_CMD_SIZE, nctrl->udd, uddsize);
datasize = OCTEON_CMD_SIZE + uddsize;
memcpy(data, &nctrl->ncmd, OCTEON_CMD_SIZE);
lio_swap_8B_data((uint64_t *)data, (OCTEON_CMD_SIZE >> 3));
sc = lio_alloc_soft_command(oct, OCTEON_CMD_SIZE, 16,
lio_swap_8B_data((uint64_t *)ncmd, (OCTEON_CMD_SIZE >> 3));
sc = lio_alloc_soft_command(oct, OCTEON_CMD_SIZE, 16, ctx_size);
lio_swap_8B_data((uint64_t *)ncmd, (OCTEON_CMD_SIZE >> 3));
OCTEON_CMD_SIZE + sizeof(struct lio_rss_params), 0, 0);
((OCTEON_CMD_SIZE + LIO_RSS_PARAM_SIZE) >> 3));