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

/opensolaris-onvv-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.c6964 uint16_t chksum, w16; local
6986 w16 = (uint16_t)CHAR_TO_SHORT(bp[cnt], bp[cnt + 1]);
6987 chksum += w16;
7025 uint16_t chksum, w16; local
7051 w16 = (uint16_t)CHAR_TO_SHORT(bp[cnt], bp[cnt + 1]);
7052 chksum += w16;
7055 w16 = CHAR_TO_SHORT(fhdr->version[0], fhdr->version[1]);
7056 if (chksum != 0 || w16 != 1) {
7057 EL(ha, "table chksum=%xh, version=%d\n", chksum, w16);
7076 w16
[all...]
H A Dql_api.c591 uint16_t w16; local
595 for (w16 = 0; w16 < sizeof (utsname.release); w16++) {
596 if (utsname.release[w16] == '.') {
597 w16++;
601 if (w16 < sizeof (utsname.release)) {
602 (void) ql_bstr_to_dec(&utsname.release[w16],

Completed in 70 milliseconds