Lines Matching refs:iob

544 	struct qeth_cmd_buffer *iob;  in qeth_l3_send_setdelmc()  local
549 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto); in qeth_l3_send_setdelmc()
550 if (!iob) in qeth_l3_send_setdelmc()
552 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setdelmc()
560 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setdelmc()
583 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelip() local
590 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto); in qeth_l3_send_setdelip()
591 if (!iob) in qeth_l3_send_setdelip()
593 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setdelip()
607 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setdelip()
617 struct qeth_cmd_buffer *iob; in qeth_l3_send_setrouting() local
620 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_SETRTG, prot); in qeth_l3_send_setrouting()
621 if (!iob) in qeth_l3_send_setrouting()
623 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setrouting()
625 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL); in qeth_l3_send_setrouting()
1050 struct qeth_cmd_buffer *iob; in qeth_l3_get_setassparms_cmd() local
1054 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_SETASSPARMS, prot); in qeth_l3_get_setassparms_cmd()
1056 if (iob) { in qeth_l3_get_setassparms_cmd()
1057 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_get_setassparms_cmd()
1065 return iob; in qeth_l3_get_setassparms_cmd()
1069 struct qeth_cmd_buffer *iob, __u16 len, long data, in qeth_l3_send_setassparms() argument
1079 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setassparms()
1085 rc = qeth_send_ipa_cmd(card, iob, reply_cb, reply_param); in qeth_l3_send_setassparms()
1094 struct qeth_cmd_buffer *iob; in qeth_l3_send_simple_setassparms_ipv6() local
1097 iob = qeth_l3_get_setassparms_cmd(card, ipa_func, cmd_code, in qeth_l3_send_simple_setassparms_ipv6()
1099 if (!iob) in qeth_l3_send_simple_setassparms_ipv6()
1101 rc = qeth_l3_send_setassparms(card, iob, 0, 0, in qeth_l3_send_simple_setassparms_ipv6()
1112 struct qeth_cmd_buffer *iob; in qeth_l3_send_simple_setassparms() local
1117 iob = qeth_l3_get_setassparms_cmd(card, ipa_func, cmd_code, in qeth_l3_send_simple_setassparms()
1119 if (!iob) in qeth_l3_send_simple_setassparms()
1121 rc = qeth_l3_send_setassparms(card, iob, length, data, in qeth_l3_send_simple_setassparms()
1500 struct qeth_cmd_buffer *iob; in qeth_l3_iqd_read_initial_mac() local
1505 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_CREATE_ADDR, in qeth_l3_iqd_read_initial_mac()
1507 if (!iob) in qeth_l3_iqd_read_initial_mac()
1509 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_iqd_read_initial_mac()
1513 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_iqd_read_initial_mac_cb, in qeth_l3_iqd_read_initial_mac()
1539 struct qeth_cmd_buffer *iob; in qeth_l3_get_unique_id() local
1550 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_CREATE_ADDR, in qeth_l3_get_unique_id()
1552 if (!iob) in qeth_l3_get_unique_id()
1554 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_get_unique_id()
1558 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_get_unique_id_cb, NULL); in qeth_l3_get_unique_id()
1622 struct qeth_cmd_buffer *iob; in qeth_diags_trace() local
1627 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_SET_DIAG_ASS, 0); in qeth_diags_trace()
1628 if (!iob) in qeth_diags_trace()
1630 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_diags_trace()
1635 return qeth_send_ipa_cmd(card, iob, qeth_diags_trace_cb, NULL); in qeth_diags_trace()
2432 struct qeth_cmd_buffer *iob, int len, in qeth_l3_send_ipa_arp_cmd() argument
2439 memcpy(iob->data, IPA_PDU_HEADER, IPA_PDU_HEADER_SIZE); in qeth_l3_send_ipa_arp_cmd()
2440 memcpy(QETH_IPA_CMD_DEST_ADDR(iob->data), in qeth_l3_send_ipa_arp_cmd()
2442 return qeth_send_control_data(card, IPA_PDU_HEADER_SIZE + len, iob, in qeth_l3_send_ipa_arp_cmd()
2450 struct qeth_cmd_buffer *iob; in qeth_l3_query_arp_cache_info() local
2457 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_query_arp_cache_info()
2461 if (!iob) in qeth_l3_query_arp_cache_info()
2463 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_query_arp_cache_info()
2467 rc = qeth_l3_send_ipa_arp_cmd(card, iob, in qeth_l3_query_arp_cache_info()
2534 struct qeth_cmd_buffer *iob; in qeth_l3_arp_add_entry() local
2552 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_arp_add_entry()
2556 if (!iob) in qeth_l3_arp_add_entry()
2558 rc = qeth_l3_send_setassparms(card, iob, in qeth_l3_arp_add_entry()
2575 struct qeth_cmd_buffer *iob; in qeth_l3_arp_remove_entry() local
2593 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_arp_remove_entry()
2597 if (!iob) in qeth_l3_arp_remove_entry()
2599 rc = qeth_l3_send_setassparms(card, iob, in qeth_l3_arp_remove_entry()