Searched refs:qeth_ipa_cmd (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/net/ |
D | qeth_core_mpc.c | 128 (IPA_PDU_HEADER_SIZE+sizeof(struct qeth_ipa_cmd)) / 256, 129 (IPA_PDU_HEADER_SIZE+sizeof(struct qeth_ipa_cmd)) % 256, 133 sizeof(struct qeth_ipa_cmd) / 256, 134 sizeof(struct qeth_ipa_cmd) % 256, 136 sizeof(struct qeth_ipa_cmd) / 256, 137 sizeof(struct qeth_ipa_cmd) % 256, 142 sizeof(struct qeth_ipa_cmd) / 256, 143 sizeof(struct qeth_ipa_cmd) % 256,
|
D | qeth_l2_main.c | 131 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setgroupmac_cb() 135 cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setgroupmac_cb() 160 struct qeth_ipa_cmd *cmd; in qeth_l2_send_delgroupmac_cb() 164 cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_delgroupmac_cb() 266 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan_cb() 269 cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelvlan_cb() 283 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan() 288 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l2_send_setdelvlan() 541 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelmac() 546 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l2_send_setdelmac() [all …]
|
D | qeth_core_main.c | 548 static void qeth_issue_ipa_msg(struct qeth_ipa_cmd *cmd, int rc, in qeth_issue_ipa_msg() 566 static struct qeth_ipa_cmd *qeth_check_ipa_data(struct qeth_card *card, in qeth_check_ipa_data() 569 struct qeth_ipa_cmd *cmd = NULL; in qeth_check_ipa_data() 573 cmd = (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data); in qeth_check_ipa_data() 771 struct qeth_ipa_cmd *cmd; in qeth_send_control_data_cb() 2026 struct qeth_ipa_cmd *cmd; in qeth_send_control_data() 2081 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_send_control_data() 2840 struct qeth_ipa_cmd *cmd, __u8 command, in qeth_fill_ipacmd_header() 2843 memset(cmd, 0, sizeof(struct qeth_ipa_cmd)); in qeth_fill_ipacmd_header() 2863 struct qeth_ipa_cmd *cmd; in qeth_get_ipacmd_buffer() [all …]
|
D | qeth_l3_main.c | 547 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelmc() 552 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setdelmc() 584 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setdelip() 591 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setdelip() 614 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setrouting() 619 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setrouting() 1015 struct qeth_ipa_cmd *cmd; in qeth_l3_default_setassparms_cb() 1019 cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_default_setassparms_cb() 1047 struct qeth_ipa_cmd *cmd; in qeth_l3_get_setassparms_cmd() 1052 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_get_setassparms_cmd() [all …]
|
D | qeth_core_mpc.h | 22 #define IPA_CMD_LENGTH (IPA_PDU_HEADER_SIZE + sizeof(struct qeth_ipa_cmd)) 493 struct qeth_ipa_cmd { struct
|