Searched refs:cbctl (Results 1 – 2 of 2) sorted by relevance
1573 struct _qeth_sbp_cbctl *cbctl, enum qeth_ipa_sbp_cmd setcmd) in qeth_bridgeport_makerc() argument1578 if ((is_iqd && (cbctl->ipa_rc == IPA_RC_SUCCESS)) || in qeth_bridgeport_makerc()1579 (!is_iqd && (cbctl->ipa_rc == cbctl->cmd_rc))) in qeth_bridgeport_makerc()1580 switch (cbctl->cmd_rc) { in qeth_bridgeport_makerc()1645 switch (cbctl->ipa_rc) { in qeth_bridgeport_makerc()1657 QETH_CARD_TEXT_(card, 2, "SBPi%04x", cbctl->ipa_rc); in qeth_bridgeport_makerc()1658 QETH_CARD_TEXT_(card, 2, "SBPc%04x", cbctl->cmd_rc); in qeth_bridgeport_makerc()1689 struct _qeth_sbp_cbctl *cbctl = (struct _qeth_sbp_cbctl *)reply->param; in qeth_bridgeport_query_support_cb() local1691 cbctl->ipa_rc = cmd->hdr.return_code; in qeth_bridgeport_query_support_cb()1692 cbctl->cmd_rc = cmd->data.sbp.hdr.return_code; in qeth_bridgeport_query_support_cb()[all …]
157 unsigned long cbctl; long fill_06[3]; /* CBus Control */ member