Searched refs:qeth_cmd_buffer (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/s390/net/ |
D | qeth_core.h | 615 struct qeth_cmd_buffer *active_cmd; 626 struct qeth_cmd_buffer { struct 636 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob); argument 637 bool (*match)(struct qeth_cmd_buffer *iob, argument 638 struct qeth_cmd_buffer *reply); 639 void (*callback)(struct qeth_card *card, struct qeth_cmd_buffer *iob, argument 644 static inline void qeth_get_cmd(struct qeth_cmd_buffer *iob) in qeth_get_cmd() argument 649 static inline struct qeth_ipa_cmd *__ipa_reply(struct qeth_cmd_buffer *iob) in __ipa_reply() 657 static inline struct qeth_ipa_cmd *__ipa_cmd(struct qeth_cmd_buffer *iob) in __ipa_cmd() 662 static inline struct ccw1 *__ccw_from_cmd(struct qeth_cmd_buffer *iob) in __ccw_from_cmd() [all …]
|
D | qeth_core_main.c | 69 struct qeth_cmd_buffer *iob, 573 struct qeth_cmd_buffer *iob = card->read_cmd; in __qeth_issue_next_read() 615 struct qeth_cmd_buffer *iob) in qeth_enqueue_cmd() 623 struct qeth_cmd_buffer *iob) in qeth_dequeue_cmd() 630 void qeth_notify_cmd(struct qeth_cmd_buffer *iob, int reason) in qeth_notify_cmd() 974 struct qeth_cmd_buffer *iob; in qeth_clear_ipacmd_list() 1006 void qeth_put_cmd(struct qeth_cmd_buffer *iob) in qeth_put_cmd() 1016 struct qeth_cmd_buffer *iob, in qeth_release_buffer_cb() 1022 static void qeth_cancel_cmd(struct qeth_cmd_buffer *iob, int rc) in qeth_cancel_cmd() 1028 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel, in qeth_alloc_cmd() [all …]
|
D | qeth_l2_main.c | 78 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelmac() 233 struct qeth_cmd_buffer *iob; in qeth_l2_send_setdelvlan() 1043 struct qeth_cmd_buffer *iob, in qeth_osn_assist_cb() 1052 struct qeth_cmd_buffer *iob; in qeth_osn_assist() 1538 static struct qeth_cmd_buffer *qeth_sbp_build_cmd(struct qeth_card *card, in qeth_sbp_build_cmd() 1545 struct qeth_cmd_buffer *iob; in qeth_sbp_build_cmd() 1588 struct qeth_cmd_buffer *iob; in qeth_bridgeport_query_support() 1647 struct qeth_cmd_buffer *iob; in qeth_bridgeport_query_ports() 1686 struct qeth_cmd_buffer *iob; in qeth_bridgeport_setrole() 1817 static struct qeth_cmd_buffer *qeth_l2_vnicc_build_cmd(struct qeth_card *card, in qeth_l2_vnicc_build_cmd() [all …]
|
D | qeth_l3_main.c | 318 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelmc() 369 struct qeth_cmd_buffer *iob; in qeth_l3_send_setdelip() 403 struct qeth_cmd_buffer *iob; in qeth_l3_send_setrouting() 926 struct qeth_cmd_buffer *iob; in qeth_l3_iqd_read_initial_mac() 957 struct qeth_cmd_buffer *iob; in qeth_l3_get_unique_id() 1036 struct qeth_cmd_buffer *iob; in qeth_diags_trace() 1241 struct qeth_cmd_buffer *iob; in qeth_l3_arp_set_no_entries() 1397 struct qeth_cmd_buffer *iob; in qeth_l3_query_arp_cache_info() 1469 struct qeth_cmd_buffer *iob; in qeth_l3_arp_modify_entry() 1506 struct qeth_cmd_buffer *iob; in qeth_l3_arp_flush_cache()
|