Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dqeth_l2_main.c1990 u32 *sup_cmds; member
2014 *cbctl->result.sup_cmds = rep->query_cmds.sup_cmds; in qeth_l2_vnicc_request_cb()
2092 u32 *sup_cmds) in qeth_l2_vnicc_query_cmds() argument
2099 cbctl.result.sup_cmds = sup_cmds; in qeth_l2_vnicc_query_cmds()
2330 u32 sup_cmds, vnicc; in qeth_l2_vnicc_init() local
2352 qeth_l2_vnicc_query_cmds(card, vnicc, &sup_cmds); in qeth_l2_vnicc_init()
2353 if (!(sup_cmds & IPA_VNICC_SET_TIMEOUT) || in qeth_l2_vnicc_init()
2354 !(sup_cmds & IPA_VNICC_GET_TIMEOUT)) in qeth_l2_vnicc_init()
2356 if (!(sup_cmds & IPA_VNICC_ENABLE) || in qeth_l2_vnicc_init()
2357 !(sup_cmds & IPA_VNICC_DISABLE)) in qeth_l2_vnicc_init()
Dqeth_core_mpc.h616 u32 sup_cmds; member