Searched refs:data16 (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/ofed/libibverbs/
H A Dsa.h96 uint16_t data16[8]; member in struct:ibv_sa_service_rec
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ia32/
H A Dasm_linkage.h63 #define D16 data16;
75 * Why not use the 'data16' and 'addr16' prefixes .. well, the
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/ia32/
H A Dasm_linkage.h60 #define D16 data16;
72 * Why not use the 'data16' and 'addr16' prefixes .. well, the
/freebsd-current/contrib/file/src/
H A Dfuncs.c857 uint16_t data16[8];
859 &g->data1, &g->data2, &g->data3, &data16[0], &data16[1],
860 &data16[2], &data16[3], &data16[4], &data16[5],
861 &data16[6], &data16[7]) == 11 ? 0 : -1;
864 g->data4[i] = data16[
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/
H A Dasm_linkage.h81 #define D16 data16;
93 * Why not use the 'data16' and 'addr16' prefixes .. well, the
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/
H A Dasm_linkage.h81 #define D16 data16;
93 * Why not use the 'data16' and 'addr16' prefixes .. well, the
/freebsd-current/sys/dev/usb/net/
H A Dif_udav.c806 uint16_t data16; local
833 data16 = (val[0] | (val[1] << 8));
836 phy, reg, data16);
840 return (data16);
/freebsd-current/sys/ofed/include/rdma/
H A Dib_sa.h281 u16 data16[8]; member in struct:ib_sa_service_rec
/freebsd-current/sys/dev/mpt/
H A Dmpt.c1438 u_int16_t *data16; local
1444 data16 = (u_int16_t *)reply;
1454 *data16++ = le16toh(data & MPT_DB_DATA_MASK);
1463 *data16++ = le16toh(data & MPT_DB_DATA_MASK);
1487 *data16++ = le16toh(data & MPT_DB_DATA_MASK);
/freebsd-current/sys/dev/usb/wlan/
H A Dif_urtw.c2147 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 }; local
2197 error = urtw_eprom_readbit(sc, &data16);
2201 (*data) |= (data16 << (15 - i));
2719 uint16_t data16; local
2723 data16 = *data;
2730 buf[0] = (data16 & 0x00ff);
2731 buf[1] = (data16 & 0xff00) >> 8;
/freebsd-current/sys/dev/mpr/
H A Dmpr.c999 uint16_t *data16; local
1051 data16 = (uint16_t *)reply;
1060 * pointed by data16.
1062 data16[0] =
1069 data16[1] =
1095 data16[i] = le16toh(mpr_regread(sc, MPI2_DOORBELL_OFFSET)) &
/freebsd-current/sys/dev/mps/
H A Dmps.c972 uint16_t *data16; local
1024 data16 = (uint16_t *)reply;
1029 data16[0] =
1036 data16[1] =
1062 data16[i] = mps_regread(sc, MPI2_DOORBELL_OFFSET) &
/freebsd-current/sys/dev/qlxge/
H A Dqls_hw.c1807 uint16_t *data16; local
1818 data16 = (uint16_t *)&ha->flash;
1821 csum16 += *data16++;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c369 { SERVICE_REC_FIELD(data16),
/freebsd-current/sys/sys/
H A Dsoundcard.h530 u_short data16[2000]; member in union:patmgr_info::__anon47

Completed in 315 milliseconds