Home
last modified time | relevance | path

Searched refs:XGMAC_SET_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-dev.c422 XGMAC_SET_BITS(pdata->rss_table[i], MAC_RSSDR, DMCH, table[i]); in xgbe_set_rss_lookup_table()
504 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 0); in xgbe_disable_tx_flow_control()
544 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, TFE, 1); in xgbe_enable_tx_flow_control()
547 XGMAC_SET_BITS(reg_val, MAC_Q0TFCR, PT, 0xffff); in xgbe_enable_tx_flow_control()
633 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, NIE20, 1); in xgbe_enable_dma_interrupts()
634 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, AIE20, 1); in xgbe_enable_dma_interrupts()
636 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, NIE, 1); in xgbe_enable_dma_interrupts()
637 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, AIE, 1); in xgbe_enable_dma_interrupts()
639 XGMAC_SET_BITS(channel->curr_ier, DMA_CH_IER, FBEE, 1); in xgbe_enable_dma_interrupts()
648 XGMAC_SET_BITS(channel->curr_ier, in xgbe_enable_dma_interrupts()
[all …]
HDif_axgbe_pci.c1424 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, IP2TE, 1); in axgbe_if_attach_post()
1425 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, TCP4TE, 1); in axgbe_if_attach_post()
1426 XGMAC_SET_BITS(pdata->rss_options, MAC_RSSCR, UDP4TE, 1); in axgbe_if_attach_post()
1464 XGMAC_SET_BITS(pdata->rss_table[i], MAC_RSSDR, DMCH, in axgbe_if_attach_post()
2106 XGMAC_SET_BITS(dma_status, DMA_CH_SR, TI, 1); in axgbe_msix_que()
2107 XGMAC_SET_BITS(dma_status, DMA_CH_SR, RI, 1); in axgbe_msix_que()
2160 XGMAC_SET_BITS(dma_ch_isr, DMA_CH_SR, TI, 0); in axgbe_dev_isr()
2161 XGMAC_SET_BITS(dma_ch_isr, DMA_CH_SR, RI, 0); in axgbe_dev_isr()
HDxgbe-common.h1458 #define XGMAC_SET_BITS(_var, _prefix, _field, _val) \ macro