/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.c | 178 case OP_GET: in hpi_txdma_control_status() 216 case OP_GET: in hpi_txdma_event_mask() 253 case OP_GET: in hpi_txdma_ring_config() 289 case OP_GET: in hpi_txdma_mbox_config()
|
H A D | hpi.h | 139 OP_GET, enumerator
|
H A D | hpi_rxdma.c | 557 case OP_GET: in hpi_rxdma_control_status() 598 case OP_GET: in hpi_rxdma_event_mask()
|
H A D | hxge_txdma.c | 851 rs = hpi_txdma_control_status(handle, OP_GET, channel, &cs); in hxge_tx_intr()
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.h | 367 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 375 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 385 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 396 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
|
H A D | npi_txdma.c | 519 case OP_GET: in npi_txdma_log_page_config() 678 case OP_GET: in npi_txdma_log_page_vld_config() 1046 case OP_GET: in npi_txdma_control_status() 1111 case OP_GET: in npi_txdma_event_mask() 1179 case OP_GET: in npi_txdma_event_mask_config() 1369 case OP_GET: in npi_txdma_ring_config() 1431 case OP_GET: in npi_txdma_mbox_config()
|
H A D | npi_zcp.c | 287 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_static_entry() 411 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_dynamic_entry() 525 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_bam_entry() 588 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_cfifo_entry()
|
H A D | npi.h | 175 OP_GET, enumerator
|
H A D | npi_espc.c | 74 case OP_GET: in npi_espc_eeprom_entry() 372 if (npi_espc_eeprom_entry(handle, OP_GET, addr, &data) != NPI_SUCCESS) in vpd_rd()
|
H A D | npi_txc.c | 280 case OP_GET: in npi_txc_dma_max_burst() 394 case OP_GET: in npi_txc_control()
|
H A D | npi_rxdma.c | 2190 case OP_GET: in npi_rxdma_control_status() 2252 case OP_GET: in npi_rxdma_event_mask() 2316 case OP_GET: in npi_rxdma_event_mask_config()
|
H A D | npi_mac.c | 635 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_hashtab_entry() 674 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_hostinfo_entry() 811 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_altaddr_entry() 888 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_port_attr()
|
H A D | npi_fflp.c | 2927 case OP_GET: in npi_fflp_event_mask_config()
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | fwctl.c | 53 #define OP_GET 3 macro 578 ops[OP_GET] = &fgetval_info; in fwctl_init()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_zcp.c | 67 if (npi_zcp_tt_cfifo_entry(handle, OP_GET, in nxge_zcp_init() 443 if (npi_zcp_tt_cfifo_entry(handle, OP_GET, in nxge_zcp_fatal_err_recover()
|
H A D | nxge_txc.c | 163 (void) npi_txc_control(handle, OP_GET, &txc_control); in nxge_txc_tdc_bind() 308 (void) npi_txc_control(handle, OP_GET, &control); in nxge_txc_regs_dump()
|
H A D | nxge_txdma.c | 1175 rs = npi_txdma_control_status(handle, OP_GET, channel, &cs); in nxge_tx_intr() 2125 (void) npi_txdma_control_status(handle, OP_GET, channel, &cs); in nxge_txdma_regs_dump() 2129 (void) npi_txc_control(handle, OP_GET, &control); in nxge_txdma_regs_dump() 2131 (void) npi_txc_dma_max_burst(handle, OP_GET, channel, &burst); in nxge_txdma_regs_dump()
|