Searched refs:qeth_ipa_cmd (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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 | 37 struct qeth_ipa_cmd *cmd); 39 struct qeth_ipa_cmd *cmd); 298 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan_cb() 301 cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelvlan_cb() 315 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan() 322 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l2_send_setdelvlan() 615 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelmac() 622 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l2_send_setdelmac() 1410 struct qeth_ipa_cmd *cmd) in qeth_l2_control_event() 1660 struct qeth_ipa_cmd *cmd) in qeth_bridge_state_change() [all …]
|
D | qeth_core_main.c | 578 static void qeth_issue_ipa_msg(struct qeth_ipa_cmd *cmd, int rc, in qeth_issue_ipa_msg() 596 static struct qeth_ipa_cmd *qeth_check_ipa_data(struct qeth_card *card, in qeth_check_ipa_data() 599 struct qeth_ipa_cmd *cmd = NULL; in qeth_check_ipa_data() 603 cmd = (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data); in qeth_check_ipa_data() 816 struct qeth_ipa_cmd *cmd; in qeth_send_control_data_cb() 2057 struct qeth_ipa_cmd *cmd; in qeth_send_control_data() 2112 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_send_control_data() 2874 struct qeth_ipa_cmd *cmd, __u8 command, in qeth_fill_ipacmd_header() 2877 memset(cmd, 0, sizeof(struct qeth_ipa_cmd)); in qeth_fill_ipacmd_header() 2897 struct qeth_ipa_cmd *cmd; in qeth_get_ipacmd_buffer() [all …]
|
D | qeth_l3_main.c | 545 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() 593 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setdelip() 616 struct qeth_ipa_cmd *cmd; in qeth_l3_send_setrouting() 623 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE); in qeth_l3_send_setrouting() 1019 struct qeth_ipa_cmd *cmd; in qeth_l3_default_setassparms_cb() 1023 cmd = (struct qeth_ipa_cmd *) data; in qeth_l3_default_setassparms_cb() 1051 struct qeth_ipa_cmd *cmd; in qeth_l3_get_setassparms_cmd() 1057 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)) 657 struct qeth_ipa_cmd { struct
|
D | qeth_core.h | 735 struct qeth_ipa_cmd *cmd);
|