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()
1073 struct qeth_cmd_buffer *iob; in qeth_l3_send_simple_setassparms_ipv6() local
1076 iob = qeth_l3_get_setassparms_cmd(card, ipa_func, cmd_code, in qeth_l3_send_simple_setassparms_ipv6()
1078 if (!iob) in qeth_l3_send_simple_setassparms_ipv6()
1080 rc = qeth_send_setassparms(card, iob, 0, 0, in qeth_l3_send_simple_setassparms_ipv6()
1394 struct qeth_cmd_buffer *iob; in qeth_l3_iqd_read_initial_mac() local
1399 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_CREATE_ADDR, in qeth_l3_iqd_read_initial_mac()
1401 if (!iob) in qeth_l3_iqd_read_initial_mac()
1403 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_iqd_read_initial_mac()
1407 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_iqd_read_initial_mac_cb, in qeth_l3_iqd_read_initial_mac()
1433 struct qeth_cmd_buffer *iob; in qeth_l3_get_unique_id() local
1444 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_CREATE_ADDR, in qeth_l3_get_unique_id()
1446 if (!iob) in qeth_l3_get_unique_id()
1448 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_get_unique_id()
1452 rc = qeth_send_ipa_cmd(card, iob, qeth_l3_get_unique_id_cb, NULL); in qeth_l3_get_unique_id()
1516 struct qeth_cmd_buffer *iob; in qeth_diags_trace() local
1521 iob = qeth_get_ipacmd_buffer(card, IPA_CMD_SET_DIAG_ASS, 0); in qeth_diags_trace()
1522 if (!iob) in qeth_diags_trace()
1524 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_diags_trace()
1529 return qeth_send_ipa_cmd(card, iob, qeth_diags_trace_cb, NULL); in qeth_diags_trace()
2322 struct qeth_cmd_buffer *iob, int len, in qeth_l3_send_ipa_arp_cmd() argument
2329 memcpy(iob->data, IPA_PDU_HEADER, IPA_PDU_HEADER_SIZE); in qeth_l3_send_ipa_arp_cmd()
2330 memcpy(QETH_IPA_CMD_DEST_ADDR(iob->data), in qeth_l3_send_ipa_arp_cmd()
2332 return qeth_send_control_data(card, IPA_PDU_HEADER_SIZE + len, iob, in qeth_l3_send_ipa_arp_cmd()
2340 struct qeth_cmd_buffer *iob; in qeth_l3_query_arp_cache_info() local
2347 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_query_arp_cache_info()
2351 if (!iob) in qeth_l3_query_arp_cache_info()
2353 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_query_arp_cache_info()
2357 rc = qeth_l3_send_ipa_arp_cmd(card, iob, in qeth_l3_query_arp_cache_info()
2424 struct qeth_cmd_buffer *iob; in qeth_l3_arp_add_entry() local
2442 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_arp_add_entry()
2446 if (!iob) in qeth_l3_arp_add_entry()
2448 rc = qeth_send_setassparms(card, iob, in qeth_l3_arp_add_entry()
2465 struct qeth_cmd_buffer *iob; in qeth_l3_arp_remove_entry() local
2483 iob = qeth_l3_get_setassparms_cmd(card, IPA_ARP_PROCESSING, in qeth_l3_arp_remove_entry()
2487 if (!iob) in qeth_l3_arp_remove_entry()
2489 rc = qeth_send_setassparms(card, iob, in qeth_l3_arp_remove_entry()