Searched refs:CARD_DDEV (Results 1 – 5 of 5) sorted by relevance
/drivers/s390/net/ |
D | qeth_core_main.c | 340 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, in qeth_cq_init() 1667 rc = qdio_shutdown(CARD_DDEV(card), in qeth_qdio_clear_card() 1670 rc = qdio_shutdown(CARD_DDEV(card), in qeth_qdio_clear_card() 1873 ccw_device_get_id(CARD_DDEV(card), &temp_devid); in qeth_idx_activate_channel() 2416 ccw_device_get_id(CARD_DDEV(card), &dev_id); in qeth_ulp_setup() 2603 return qdio_activate(CARD_DDEV(card)); in qeth_qdio_activate() 2680 qdio_free(CARD_DDEV(card)); in qeth_mpc_initialize() 2840 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, 0, 0, in qeth_init_qdio_queues() 3332 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, 0, in qeth_queue_input_buffer() 3507 rc = do_QDIO(CARD_DDEV(queue->card), qdio_flags, in qeth_flush_buffers() [all …]
|
D | qeth_l2_main.c | 1254 ccw_device_set_offline(CARD_DDEV(card)); in __qeth_l2_set_online() 1257 qdio_free(CARD_DDEV(card)); in __qeth_l2_set_online() 1292 rc = ccw_device_set_offline(CARD_DDEV(card)); in __qeth_l2_set_offline() 1299 qdio_free(CARD_DDEV(card)); in __qeth_l2_set_offline() 1362 qdio_free(CARD_DDEV(card)); in qeth_l2_shutdown() 2150 ddev = CARD_DDEV(card); in qeth_bridgeport_an_set()
|
D | qeth_l3_main.c | 3346 ccw_device_set_offline(CARD_DDEV(card)); in __qeth_l3_set_online() 3349 qdio_free(CARD_DDEV(card)); in __qeth_l3_set_online() 3389 rc = ccw_device_set_offline(CARD_DDEV(card)); in __qeth_l3_set_offline() 3396 qdio_free(CARD_DDEV(card)); in __qeth_l3_set_offline() 3449 qdio_free(CARD_DDEV(card)); in qeth_l3_shutdown()
|
D | qeth_core.h | 91 #define CARD_DDEV(card) card->data.ccwdev macro
|
D | qeth_l3_sys.c | 218 qdio_get_ssqd_desc(CARD_DDEV(card), &card->ssqd); in qeth_l3_dev_sniffer_store()
|