Lines Matching refs:spec
274 u8 spec;
661 msg.spec = MSG_CONNECTI;
672 msg.spec = MSG_DISCONNECT;
684 msg.spec = MSG_NEWHOSTIF;
705 msg.spec = MSG_INITFDPMQUEUE;
739 msg.spec = MSG_SETAFILMASK;
755 msg.spec = MSG_SETAFILMASK;
796 msg.spec = MSG_CBTRREQ;
810 msg.spec = on ? MSG_CONREQ : MSG_COFFREQ;
818 msg.spec = MSG_LMTS;
841 msg.spec = MSG_NMTS;
860 msg.spec = MSG_HWCONF;
873 msg.spec = MSG_INQUIRY;
887 msg.spec = MSG_CCONFREQ;
893 msg.spec = MSG_LMTS;
1002 if (msg->spec == MSG_MSGLOST) {
1235 netdev_warn(mod->ndev, "received unknown message: spec 0x%.2x length %d\n",
1236 msg->spec, le16_to_cpu(msg->len));
1244 netdev_dbg(mod->ndev, "%s: modno %d spec 0x%.2x len %d bytes\n", __func__,
1245 mod->num, msg->spec, le16_to_cpu(msg->len));
1247 switch (msg->spec) {