Searched refs:qeth_mpc_alloc_cmd (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/s390/net/ | 
| D | qeth_core_main.c | 1910 static struct qeth_cmd_buffer *qeth_mpc_alloc_cmd(struct qeth_card *card,  in qeth_mpc_alloc_cmd()  function2273 	iob = qeth_mpc_alloc_cmd(card, CM_ENABLE, CM_ENABLE_SIZE);  in qeth_cm_enable()
 2305 	iob = qeth_mpc_alloc_cmd(card, CM_SETUP, CM_SETUP_SIZE);  in qeth_cm_setup()
 2432 	iob = qeth_mpc_alloc_cmd(card, ULP_ENABLE, ULP_ENABLE_SIZE);  in qeth_ulp_enable()
 2476 	iob = qeth_mpc_alloc_cmd(card, ULP_SETUP, ULP_SETUP_SIZE);  in qeth_ulp_setup()
 2697 	iob = qeth_mpc_alloc_cmd(card, DM_ACT, DM_ACT_SIZE);  in qeth_dm_act()
 
 |