Searched refs:qeth_cmd_buffer (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/s390/net/ | 
| D | qeth_core.h | 633 struct qeth_cmd_buffer {  struct643 	void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob);  argument
 644 	void (*callback)(struct qeth_card *card, struct qeth_cmd_buffer *iob,  argument
 649 static inline void qeth_get_cmd(struct qeth_cmd_buffer *iob)  in qeth_get_cmd()  argument
 654 static inline struct qeth_ipa_cmd *__ipa_cmd(struct qeth_cmd_buffer *iob)  in __ipa_cmd()
 659 static inline struct ccw1 *__ccw_from_cmd(struct qeth_cmd_buffer *iob)  in __ccw_from_cmd()
 805 	struct qeth_cmd_buffer *read_cmd;
 1029 int qeth_send_ipa_cmd(struct qeth_card *, struct qeth_cmd_buffer *,
 1033 struct qeth_cmd_buffer *qeth_ipa_alloc_cmd(struct qeth_card *card,
 1037 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel,
 [all …]
 
 | 
| D | qeth_core_main.c | 66 				    struct qeth_cmd_buffer *iob,501 	struct qeth_cmd_buffer *iob = card->read_cmd;  in __qeth_issue_next_read()
 542 			     struct qeth_cmd_buffer *iob)  in qeth_enqueue_cmd()
 550 			     struct qeth_cmd_buffer *iob)  in qeth_dequeue_cmd()
 557 void qeth_notify_cmd(struct qeth_cmd_buffer *iob, int reason)  in qeth_notify_cmd()
 640 	struct qeth_cmd_buffer *iob;  in qeth_clear_ipacmd_list()
 673 void qeth_put_cmd(struct qeth_cmd_buffer *iob)  in qeth_put_cmd()
 683 				   struct qeth_cmd_buffer *iob,  in qeth_release_buffer_cb()
 689 static void qeth_cancel_cmd(struct qeth_cmd_buffer *iob, int rc)  in qeth_cancel_cmd()
 695 struct qeth_cmd_buffer *qeth_alloc_cmd(struct qeth_channel *channel,  in qeth_alloc_cmd()
 [all …]
 
 | 
| D | qeth_l2_main.c | 85 	struct qeth_cmd_buffer *iob;  in qeth_l2_send_setdelmac()240 	struct qeth_cmd_buffer *iob;  in qeth_l2_send_setdelvlan()
 1006 			       struct qeth_cmd_buffer *iob,  in qeth_osn_assist_cb()
 1015 	struct qeth_cmd_buffer *iob;  in qeth_osn_assist()
 1401 static struct qeth_cmd_buffer *qeth_sbp_build_cmd(struct qeth_card *card,  in qeth_sbp_build_cmd()
 1408 	struct qeth_cmd_buffer *iob;  in qeth_sbp_build_cmd()
 1451 	struct qeth_cmd_buffer *iob;  in qeth_bridgeport_query_support()
 1509 	struct qeth_cmd_buffer *iob;  in qeth_bridgeport_query_ports()
 1548 	struct qeth_cmd_buffer *iob;  in qeth_bridgeport_setrole()
 1744 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 | 374 	struct qeth_cmd_buffer *iob;  in qeth_l3_send_setdelmc()425 	struct qeth_cmd_buffer *iob;  in qeth_l3_send_setdelip()
 462 	struct qeth_cmd_buffer *iob;  in qeth_l3_send_setrouting()
 983 	struct qeth_cmd_buffer *iob;  in qeth_l3_iqd_read_initial_mac()
 1021 	struct qeth_cmd_buffer *iob;  in qeth_l3_get_unique_id()
 1104 	struct qeth_cmd_buffer *iob;  in qeth_diags_trace()
 1530 	struct qeth_cmd_buffer *iob;  in qeth_l3_arp_set_no_entries()
 1686 	struct qeth_cmd_buffer *iob;  in qeth_l3_query_arp_cache_info()
 1758 	struct qeth_cmd_buffer *iob;  in qeth_l3_arp_modify_entry()
 1795 	struct qeth_cmd_buffer *iob;  in qeth_l3_arp_flush_cache()
 
 |