Lines Matching refs:spec
261 u8 spec; member
648 msg.spec = MSG_CONNECTI; in ican3_msg_connect()
659 msg.spec = MSG_DISCONNECT; in ican3_msg_disconnect()
671 msg.spec = MSG_NEWHOSTIF; in ican3_msg_newhostif()
692 msg.spec = MSG_INITFDPMQUEUE; in ican3_msg_fasthostif()
726 msg.spec = MSG_SETAFILMASK; in ican3_set_id_filter()
742 msg.spec = MSG_SETAFILMASK; in ican3_set_id_filter()
783 msg.spec = MSG_CBTRREQ; in ican3_set_bus_state()
797 msg.spec = on ? MSG_CONREQ : MSG_COFFREQ; in ican3_set_bus_state()
804 msg.spec = MSG_LMTS; in ican3_set_bus_state()
827 msg.spec = MSG_HWCONF; in ican3_set_termination()
840 msg.spec = MSG_INQUIRY; in ican3_send_inquiry()
853 msg.spec = MSG_CCONFREQ; in ican3_set_buserror()
958 if (msg->spec == MSG_MSGLOST) { in ican3_handle_msglost()
1157 msg->spec, le16_to_cpu(msg->len)); in ican3_handle_unknown_message()
1166 mod->num, msg->spec, le16_to_cpu(msg->len)); in ican3_handle_message()
1168 switch (msg->spec) { in ican3_handle_message()