Lines Matching refs:code
599 QETH_CARD_TEXT_(card, 2, "PNrp%04x", rr->response.code); in qeth_l2_pnso()
628 static void qeth_l2_dev2br_fdb_notify(struct qeth_card *card, u8 code, in qeth_l2_dev2br_fdb_notify() argument
637 if (!(code & IPA_ADDR_CHANGE_CODE_MACADDR)) in qeth_l2_dev2br_fdb_notify()
652 if (code & IPA_ADDR_CHANGE_CODE_REMOVAL) { in qeth_l2_dev2br_fdb_notify()
670 u8 code = IPA_ADDR_CHANGE_CODE_MACADDR; in qeth_l2_dev2br_an_set_cb() local
674 code |= IPA_ADDR_CHANGE_CODE_VLANID; in qeth_l2_dev2br_an_set_cb()
675 qeth_l2_dev2br_fdb_notify(card, code, in qeth_l2_dev2br_an_set_cb()
1249 u8 code, in qeth_bridge_emit_host_event() argument
1260 (code & IPA_ADDR_CHANGE_CODE_REMOVAL) in qeth_bridge_emit_host_event()
1263 if (code & IPA_ADDR_CHANGE_CODE_VLANID) { in qeth_bridge_emit_host_event()
1268 if (code & IPA_ADDR_CHANGE_CODE_MACADDR) { in qeth_bridge_emit_host_event()
1830 u8 code; in qeth_bridgeport_an_set_cb() local
1832 code = IPA_ADDR_CHANGE_CODE_MACADDR; in qeth_bridgeport_an_set_cb()
1834 code |= IPA_ADDR_CHANGE_CODE_VLANID; in qeth_bridgeport_an_set_cb()
1835 qeth_bridge_emit_host_event(card, anev_reg_unreg, code, in qeth_bridgeport_an_set_cb()