RDS_MPATH_WORKERS
int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1);
RDS_MPATH_WORKERS : 1);
for (i = 0; i < RDS_MPATH_WORKERS; i++) {
new_npaths = min_t(int, RDS_MPATH_WORKERS,
__be16 npaths = cpu_to_be16(RDS_MPATH_WORKERS);
for (i = 0; i < RDS_MPATH_WORKERS; i++) {
for (i = 0; i < RDS_MPATH_WORKERS; i++) {
port_low = ALIGN(port_low, RDS_MPATH_WORKERS);
port_groups = (port_high - port_low + 1) / RDS_MPATH_WORKERS;
tc->t_client_port_group * RDS_MPATH_WORKERS +