Searched defs:connid (Results 1 - 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/uath/ | ||
| H A D | uath.c | 1774 uath_create_connection(struct uath_softc *sc, uint32_t connid) argument 1783 create.connid = BE_32(connid); 1813 rates.connid = BE_32(UATH_ID_BSS); /* XXX */ 2108 desc->connid = BE_32(UATH_ID_BSS); 2110 desc->connid = BE_32(UATH_ID_INVALID); 2349 desc->connid = BE_32(0); |
| H A D | uath_reg.h | 198 uint32_t connid; /* tx connection id */ member in struct:uath_tx_desc 279 uint32_t connid; member in struct:uath_cmd_rates 310 uint32_t connid; member in struct:uath_cmd_create_connection |
Completed in 96 milliseconds