Lines Matching refs:ipa_cmd_t
3071 static int qeth_send_ipa_cmd(qeth_card_t *card,ipa_cmd_t *cmd,int update_cmd, in qeth_send_ipa_cmd()
3075 ipa_cmd_t *reply; in qeth_send_ipa_cmd()
3092 cmd,sizeof(ipa_cmd_t)); in qeth_send_ipa_cmd()
3095 IPA_PDU_HEADER_SIZE+sizeof(ipa_cmd_t), in qeth_send_ipa_cmd()
3102 reply=(ipa_cmd_t*)PDU_ENCAPSULATION(buffer); in qeth_send_ipa_cmd()
3103 if ((update_cmd)&&(reply)) memcpy(cmd,reply,sizeof(ipa_cmd_t)); in qeth_send_ipa_cmd()
3125 static void qeth_fill_ipa_cmd(qeth_card_t *card,ipa_cmd_t *cmd, in qeth_fill_ipa_cmd()
3128 memset(cmd,0,sizeof(ipa_cmd_t)); in qeth_fill_ipa_cmd()
3143 ipa_cmd_t cmd; in qeth_send_startstoplan()
3203 ipa_cmd_t cmd; in qeth_send_qipassist()
3461 qeth_fill_ipa_cmd(card,(ipa_cmd_t*)cmd,IPA_CMD_SETASSPARMS,version); in qeth_queryarp()
3540 qeth_fill_ipa_cmd(card,(ipa_cmd_t*)cmd,command,4); in qeth_send_snmp_control()
3579 ipa_cmd_t cmd; in qeth_send_setassparms()
3610 ipa_cmd_t cmd; in qeth_send_setadapterparms_query()
3635 ipa_cmd_t cmd; in qeth_send_setadapterparms_mode()
3655 ipa_cmd_t cmd; in qeth_send_setadapterparms_change_addr()
3702 ipa_cmd_t cmd; in qeth_send_setdelip()
3723 ipa_cmd_t cmd; in qeth_send_setdelipm()
4116 ipa_cmd_t cmd; in qeth_send_setrtg()
5238 ipa_cmd_t cmd; in qeth_get_unique_id()
5283 ipa_cmd_t cmd; in qeth_put_unique_id()