Searched refs:w16 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c258 uint16_t cmd, w16; local
263 w16 = (uint16_t)ddi_get16(ha->sbus_fpga_dev_handle,
265 EL(ha, "FPGA rev is %d.%d", (w16 & 0xf0) >> 4,
266 w16 & 0xf);
345 w16 = (uint16_t)ql_pci_config_get16(ha, PCI_CONF_ROM);
346 w16 = (uint16_t)(w16 & ~BIT_0);
347 ql_pci_config_put16(ha, PCI_CONF_ROM, w16);
373 uint16_t read_req, w16; local
387 w16
[all...]
H A Dql_xioctl.c6969 uint16_t chksum, w16; local
6991 w16 = (uint16_t)CHAR_TO_SHORT(bp[cnt], bp[cnt + 1]);
6992 chksum += w16;
7030 uint16_t chksum, w16; local
7056 w16 = (uint16_t)CHAR_TO_SHORT(bp[cnt], bp[cnt + 1]);
7057 chksum += w16;
7060 w16 = CHAR_TO_SHORT(fhdr->version[0], fhdr->version[1]);
7061 if (chksum != 0 || w16 != 1) {
7062 EL(ha, "table chksum=%xh, version=%d\n", chksum, w16);
7081 w16
[all...]
H A Dql_api.c594 uint16_t w16; local
598 for (w16 = 0; w16 < sizeof (utsname.release); w16++) {
599 if (utsname.release[w16] == '.') {
600 w16++;
604 if (w16 < sizeof (utsname.release)) {
605 (void) ql_bstr_to_dec(&utsname.release[w16],

Completed in 158 milliseconds