NVMET_FC_QUEUEID_MASK
return connectionid & ~NVMET_FC_QUEUEID_MASK;
return (u16)(connectionid & NVMET_FC_QUEUEID_MASK);