Searched defs:mask_p (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.c586 rdc_int_mask_t *mask_p)
599 RXDMA_REG_READ64(handle, RDC_INT_MASK, channel, &mask_p->value);
603 RXDMA_REG_WRITE64(handle, RDC_INT_MASK, channel, mask_p->value);
609 mask_p->value | mask.value);
585 hpi_rxdma_event_mask(hpi_handle_t handle, io_op_t op_mode, uint8_t channel, rdc_int_mask_t *mask_p) argument
H A Dhpi_txdma.c206 tdc_int_mask_t *mask_p)
219 TXDMA_REG_READ64(handle, TDC_INT_MASK, channel, &mask_p->value);
223 TXDMA_REG_WRITE64(handle, TDC_INT_MASK, channel, mask_p->value);
229 mask_p->value | mask.value);
205 hpi_txdma_event_mask(hpi_handle_t handle, io_op_t op_mode, uint8_t channel, tdc_int_mask_t *mask_p) argument
H A Dhxge_txdma.c184 tdc_int_mask_t *mask_p)
200 mask_p->bits.tx_rng_oflow = 1;
201 rs = hpi_txdma_event_mask(handle, OP_SET, channel, mask_p);
183 hxge_init_txdma_channel_event_mask(p_hxge_t hxgep, uint16_t channel, tdc_int_mask_t *mask_p) argument
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c1090 * mask_p - pointer to hardware defined event mask
1102 uint8_t channel, p_tx_dma_ent_msk_t mask_p)
1119 &mask_p->value);
1124 mask_p->value);
1130 mask_p->value | mask.value);
1101 npi_txdma_event_mask(npi_handle_t handle, io_op_t op_mode, uint8_t channel, p_tx_dma_ent_msk_t mask_p) argument
H A Dnpi_rxdma.c2225 * mask_p - pointer to hardware defined event mask
2235 uint8_t channel, p_rx_dma_ent_msk_t mask_p)
2251 &mask_p->value);
2256 mask_p->value);
2263 mask_p->value | mask.value);
2234 npi_rxdma_event_mask(npi_handle_t handle, io_op_t op_mode, uint8_t channel, p_rx_dma_ent_msk_t mask_p) argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c302 * mask_p The events to enable.
317 p_tx_dma_ent_msk_t mask_p)
327 rs = npi_txdma_event_mask(handle, OP_SET, channel, mask_p);
316 nxge_init_txdma_channel_event_mask(p_nxge_t nxgep, uint16_t channel, p_tx_dma_ent_msk_t mask_p) argument
H A Dnxge_rxdma.c364 p_rx_dma_ent_msk_t mask_p)
374 rs = npi_rxdma_event_mask(handle, OP_SET, channel, mask_p);
363 nxge_init_rxdma_channel_event_mask(p_nxge_t nxgep, uint16_t channel, p_rx_dma_ent_msk_t mask_p) argument
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c1963 int8_t mask_p[123]; local
1970 (void) memset(&mask_p, 0, sizeof (int8_t) * 123);
2097 mask_p[cur_vit_mask / 100] = mask_amt;
2146 tmp_mask = (mask_p[15] << 28) |
2147 (mask_p[14] << 26) | (mask_p[13] << 24) |
2148 (mask_p[12] << 22) | (mask_p[11] << 20) |
2149 (mask_p[10] << 18) | (mask_p[
2211 int8_t mask_p[123]; local
[all...]

Completed in 100 milliseconds