Searched refs:OP_GET (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.c | 180 case OP_GET: in hpi_txdma_control_status() 218 case OP_GET: in hpi_txdma_event_mask() 255 case OP_GET: in hpi_txdma_ring_config() 291 case OP_GET: in hpi_txdma_mbox_config()
|
H A D | hpi.h | 141 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()
|
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.h | 369 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 377 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 387 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \ 398 if ((stat = npi_mac_port_attr(handle, OP_GET, portn, \
|
H A D | npi_txdma.c | 525 case OP_GET: in npi_txdma_log_page_config() 684 case OP_GET: in npi_txdma_log_page_vld_config() 1052 case OP_GET: in npi_txdma_control_status() 1117 case OP_GET: in npi_txdma_event_mask() 1185 case OP_GET: in npi_txdma_event_mask_config() 1375 case OP_GET: in npi_txdma_ring_config() 1437 case OP_GET: in npi_txdma_mbox_config()
|
H A D | npi_zcp.c | 289 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_static_entry() 414 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_dynamic_entry() 529 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_bam_entry() 593 if ((op != OP_SET) && (op != OP_GET)) { in npi_zcp_tt_cfifo_entry()
|
H A D | npi.h | 177 OP_GET, enumerator
|
H A D | npi_espc.c | 76 case OP_GET: in npi_espc_eeprom_entry() 374 if (npi_espc_eeprom_entry(handle, OP_GET, addr, &data) != NPI_SUCCESS) in vpd_rd()
|
H A D | npi_txc.c | 282 case OP_GET: in npi_txc_dma_max_burst() 396 case OP_GET: in npi_txc_control()
|
H A D | npi_rxdma.c | 2187 case OP_GET: in npi_rxdma_control_status() 2249 case OP_GET: in npi_rxdma_event_mask() 2313 case OP_GET: in npi_rxdma_event_mask_config()
|
H A D | npi_mac.c | 647 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_hashtab_entry() 686 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_hostinfo_entry() 823 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_altaddr_entry() 900 ASSERT((op == OP_GET) || (op == OP_SET)); in npi_mac_port_attr()
|
H A D | npi_fflp.c | 2929 case OP_GET: in npi_fflp_event_mask_config()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_zcp.c | 69 if (npi_zcp_tt_cfifo_entry(handle, OP_GET, in nxge_zcp_init() 449 if (npi_zcp_tt_cfifo_entry(handle, OP_GET, in nxge_zcp_fatal_err_recover()
|
H A D | nxge_txc.c | 165 (void) npi_txc_control(handle, OP_GET, &txc_control); in nxge_txc_tdc_bind() 310 (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() 2124 (void) npi_txdma_control_status(handle, OP_GET, channel, &cs); in nxge_txdma_regs_dump() 2128 (void) npi_txc_control(handle, OP_GET, &control); in nxge_txdma_regs_dump() 2130 (void) npi_txc_dma_max_burst(handle, OP_GET, channel, &burst); in nxge_txdma_regs_dump()
|