Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsmc.h21 SMC_PNETID_IBPORT, enumerator
/Linux-v4.19/net/smc/
Dsmc_pnet.c40 [SMC_PNETID_IBPORT] = { .type = NLA_U8 }
280 if (!tb[SMC_PNETID_IBPORT]) in smc_pnet_fill_entry()
282 pnetelem->ib_port = nla_get_u8(tb[SMC_PNETID_IBPORT]); in smc_pnet_fill_entry()
301 nla_put_u8(msg, SMC_PNETID_IBPORT, pnetelem->ib_port)) in smc_pnet_set_nla()