Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dxdomain.c743 return sprintf(buf, "0x%08x\n", svc->prtcstns); in prtcstns_show()
745 static DEVICE_ATTR_RO(prtcstns);
839 svc->prtcstns = p->value.immediate; in populate_service()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h359 u32 prtcstns; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-thunderbolt251 What: /sys/bus/thunderbolt/devices/<xdomain>.<service>/prtcstns
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c1127 if (net->svc->prtcstns & TBNET_MATCH_FRAGS_ID) in tbnet_start_xmit()