Lines Matching refs:spec
275 u8 spec;
662 msg.spec = MSG_CONNECTI;
673 msg.spec = MSG_DISCONNECT;
685 msg.spec = MSG_NEWHOSTIF;
706 msg.spec = MSG_INITFDPMQUEUE;
740 msg.spec = MSG_SETAFILMASK;
756 msg.spec = MSG_SETAFILMASK;
797 msg.spec = MSG_CBTRREQ;
811 msg.spec = on ? MSG_CONREQ : MSG_COFFREQ;
819 msg.spec = MSG_LMTS;
842 msg.spec = MSG_NMTS;
861 msg.spec = MSG_HWCONF;
874 msg.spec = MSG_INQUIRY;
888 msg.spec = MSG_CCONFREQ;
894 msg.spec = MSG_LMTS;
1003 if (msg->spec == MSG_MSGLOST) {
1236 netdev_warn(mod->ndev, "received unknown message: spec 0x%.2x length %d\n",
1237 msg->spec, le16_to_cpu(msg->len));
1245 netdev_dbg(mod->ndev, "%s: modno %d spec 0x%.2x len %d bytes\n", __func__,
1246 mod->num, msg->spec, le16_to_cpu(msg->len));
1248 switch (msg->spec) {