Searched refs:buf16 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_ahci.c | 942 uint16_t *buf16 = (uint16_t *)buf; in ahci_handle_read_log() local 954 buf16[0x00] = 1; /* Version -- 1 */ in ahci_handle_read_log() 955 buf16[0x10] = 1; /* NCQ Command Error Log -- 1 page */ in ahci_handle_read_log() 956 buf16[0x13] = 1; /* SATA NCQ Send and Receive Log -- 1 page */ in ahci_handle_read_log()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5509 uint16_t wordoff, nwords, *buf16 = buf; in igb_ufm_readimg() local 5538 ret = e1000_read_nvm(&igb->hw, wordoff, nwords, buf16); in igb_ufm_readimg() 5545 buf16[i] = LE_16(buf16[i]); in igb_ufm_readimg()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 6835 uint16_t wordoff, nwords, *buf16 = buf; in ixgbe_ufm_readimg() local 6864 ret = ixgbe_read_eeprom_buffer(&ixgbe->hw, wordoff, nwords, buf16); in ixgbe_ufm_readimg() 6871 buf16[i] = LE_16(buf16[i]); in ixgbe_ufm_readimg()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 16180 uint16_t *buf16 = (uint16_t *)buf; in ql_read_risc_ram() local 16207 buf16[cnt] = in ql_read_risc_ram()
|