Searched refs:tech (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h67 /* Bytes 131..138 are Transceiver types, bit maps for various tech, none IB */
81 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1)
83 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1)
85 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1)
154 u8 tech; member in struct:qib_qsfp_cache
H A Dqib_qsfp.c337 ret = qsfp_read(ppd, QSFP_MOD_TECH_OFFS, &cp->tech, 1);
340 cks += cp->tech;
519 if (QSFP_IS_CU(cd.tech))
526 qib_qsfp_devtech[cd.tech >> 4]);
538 if (QSFP_IS_CU(cd.tech))
H A Dqib_iba7322.c5535 !ppd->dd->cspec->r1 && QSFP_IS_CU(qd->cache.tech)) ?
7039 if (!override && QSFP_IS_ACTIVE(qd->tech)) {
7046 if (!override && QSFP_HAS_ATTEN(qd->tech) && (qd->atten[0] ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.conf38 tech = O:, utils
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcistpl.h301 u_char tech; member in struct:cistpl_lan_tech_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c3171 int id, tech, f, i, m, default_refresh_rate; local
3201 tech = (panel_type >> 2) & 63;
3202 switch (tech) {
3222 if (tech == 0 || tech == 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtxrc.tex417 Please see Technical Note 14 (docs/tech/tn0014.txt) in your wxWidgets

Completed in 176 milliseconds