Lines Matching refs:ncm
50 struct ncsi_channel_mode *ncm;
68 ncm = &nc->modes[NCSI_MODE_LINK];
69 old_data = ncm->data[2];
71 ncm->data[2] = data;
72 ncm->data[4] = ntohl(lsc->oem_status);
106 ncm = &nc->modes[NCSI_MODE_TX_ENABLE];
110 } else if (ncm->enable) {
123 ncm = &tmp->modes[NCSI_MODE_TX_ENABLE];
124 if (ncm->enable &&
177 struct ncsi_channel_mode *ncm;
187 ncm = &nc->modes[NCSI_MODE_LINK];
189 ncm->data[3] = ntohl(hncdsc->status);
193 ncm->data[3] & 0x1 ? "" : "not ", nc->id);