Home
last modified time | relevance | path

Searched refs:qib_parms (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/s390/net/
Dqeth_core_main.c5140 struct qeth_qib_parms *qib_parms = NULL; in qeth_qdio_establish() local
5148 qib_parms = kzalloc(sizeof_field(struct qib, parm), GFP_KERNEL); in qeth_qdio_establish()
5149 if (!qib_parms) in qeth_qdio_establish()
5152 qeth_fill_qib_parms(card, qib_parms); in qeth_qdio_establish()
5166 init_data.qib_param_field = (void *)qib_parms; in qeth_qdio_establish()
5203 kfree(qib_parms); in qeth_qdio_establish()