Lines Matching refs:cbctl
1429 struct _qeth_sbp_cbctl *cbctl = (struct _qeth_sbp_cbctl *)reply->param; in qeth_bridgeport_query_support_cb() local
1437 cbctl->data.supported = in qeth_bridgeport_query_support_cb()
1452 struct _qeth_sbp_cbctl cbctl; in qeth_bridgeport_query_support() local
1461 &cbctl)) { in qeth_bridgeport_query_support()
1466 card->options.sbp.supported_funcs = cbctl.data.supported; in qeth_bridgeport_query_support()
1474 struct _qeth_sbp_cbctl *cbctl = (struct _qeth_sbp_cbctl *)reply->param; in qeth_bridgeport_query_ports_cb() local
1488 if (cbctl->data.qports.role) in qeth_bridgeport_query_ports_cb()
1489 *cbctl->data.qports.role = qports->entry[0].role; in qeth_bridgeport_query_ports_cb()
1490 if (cbctl->data.qports.state) in qeth_bridgeport_query_ports_cb()
1491 *cbctl->data.qports.state = qports->entry[0].state; in qeth_bridgeport_query_ports_cb()
1510 struct _qeth_sbp_cbctl cbctl = { in qeth_bridgeport_query_ports() local
1527 &cbctl); in qeth_bridgeport_query_ports()
1723 struct _qeth_l2_vnicc_request_cbctl *cbctl = in qeth_l2_vnicc_request_cb() local
1737 *cbctl->result.sup_cmds = rep->data.query_cmds.sup_cmds; in qeth_l2_vnicc_request_cb()
1739 *cbctl->result.timeout = rep->data.getset_timeout.timeout; in qeth_l2_vnicc_request_cb()
1780 struct _qeth_l2_vnicc_request_cbctl cbctl; in qeth_l2_vnicc_query_cmds() local
1792 cbctl.result.sup_cmds = sup_cmds; in qeth_l2_vnicc_query_cmds()
1794 return qeth_send_ipa_cmd(card, iob, qeth_l2_vnicc_request_cb, &cbctl); in qeth_l2_vnicc_query_cmds()
1818 struct _qeth_l2_vnicc_request_cbctl cbctl; in qeth_l2_vnicc_getset_timeout() local
1835 cbctl.result.timeout = timeout; in qeth_l2_vnicc_getset_timeout()
1837 return qeth_send_ipa_cmd(card, iob, qeth_l2_vnicc_request_cb, &cbctl); in qeth_l2_vnicc_getset_timeout()