Searched refs:cbctl (Results 1 – 2 of 2) sorted by relevance
1781 struct _qeth_sbp_cbctl *cbctl, enum qeth_ipa_sbp_cmd setcmd) in qeth_bridgeport_makerc() argument1786 if ((is_iqd && (cbctl->ipa_rc == IPA_RC_SUCCESS)) || in qeth_bridgeport_makerc()1787 (!is_iqd && (cbctl->ipa_rc == cbctl->cmd_rc))) in qeth_bridgeport_makerc()1788 switch (cbctl->cmd_rc) { in qeth_bridgeport_makerc()1847 switch (cbctl->ipa_rc) { in qeth_bridgeport_makerc()1859 QETH_CARD_TEXT_(card, 2, "SBPi%04x", cbctl->ipa_rc); in qeth_bridgeport_makerc()1860 QETH_CARD_TEXT_(card, 2, "SBPc%04x", cbctl->cmd_rc); in qeth_bridgeport_makerc()1876 struct _qeth_sbp_cbctl *cbctl = (struct _qeth_sbp_cbctl *)reply->param; in qeth_bridgeport_query_support_cb() local1878 cbctl->ipa_rc = cmd->hdr.return_code; in qeth_bridgeport_query_support_cb()1879 cbctl->cmd_rc = cmd->data.sbp.hdr.return_code; in qeth_bridgeport_query_support_cb()[all …]
156 unsigned long cbctl; long fill_06[3]; /* CBus Control */ member