Home
last modified time | relevance | path

Searched refs:oword (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_sram.c17 efx_oword_t oword; in siena_sram_init() local
29 EFX_BAR_WRITEO(enp, FR_AZ_SRM_TX_DC_CFG_REG, &oword); in siena_sram_init()
32 EFX_BAR_WRITEO(enp, FR_AZ_TX_DC_CFG_REG, &oword); in siena_sram_init()
36 EFX_BAR_WRITEO(enp, FR_AZ_SRM_RX_DC_CFG_REG, &oword); in siena_sram_init()
39 EFX_BAR_WRITEO(enp, FR_AZ_RX_DC_CFG_REG, &oword); in siena_sram_init()
42 EFX_POPULATE_OWORD_1(oword, FRF_AZ_RX_DC_PF_LWM, 56); in siena_sram_init()
43 EFX_BAR_WRITEO(enp, FR_AZ_RX_DC_PF_WM_REG, &oword); in siena_sram_init()
47 EFX_BAR_WRITEO(enp, FR_AZ_SRM_UPD_EVQ_REG, &oword); in siena_sram_init()
57 efx_oword_t oword; in siena_sram_test() local
68 EFX_POPULATE_OWORD_1(oword, FRF_AZ_BUF_TBL_MODE, 0); in siena_sram_test()
[all …]
H A Defx_intr.c311 efx_oword_t oword; in siena_intr_init() local
333 EFX_SET_OWORD(oword); in siena_intr_init()
361 efx_oword_t oword; in siena_intr_enable() local
374 efx_oword_t oword; in siena_intr_disable() local
387 efx_oword_t oword; in siena_intr_disable_unlocked() local
390 &oword, B_FALSE); in siena_intr_disable_unlocked()
393 &oword, B_FALSE); in siena_intr_disable_unlocked()
402 efx_oword_t oword; in siena_intr_trigger() local
455 efx_oword_t oword; in siena_intr_check_fatal() local
578 efx_oword_t oword; in siena_intr_fini() local
[all …]
H A Defx_rx.c1095 efx_oword_t oword; in siena_rx_init() local
1134 efx_oword_t oword; in siena_rx_scatter_enable() local
1186 &oword); \
1190 &oword); \
1296 efx_oword_t oword; in siena_rx_scale_key_set() local
1429 efx_oword_t oword; in siena_rx_scale_tbl_set() local
1609 efx_oword_t oword; in siena_rx_qpush() local
1663 efx_oword_t oword; in siena_rx_qflush() local
1681 efx_oword_t oword; in siena_rx_qenable() local
1711 efx_oword_t oword; in siena_rx_qcreate() local
[all …]
H A Dsiena_nic.c245 efx_oword_t oword; in siena_nic_biu_test() local
316 efx_oword_t oword; in siena_nic_probe() local
326 EFX_POPULATE_OWORD_4(oword, in siena_nic_probe()
331 EFX_BAR_WRITEO(enp, FR_AZ_ADR_REGION_REG, &oword); in siena_nic_probe()
469 efx_oword_t oword; in siena_nic_rx_cfg() local
475 EFX_BAR_READO(enp, FR_AZ_RX_CFG_REG, &oword); in siena_nic_rx_cfg()
476 EFX_SET_OWORD_FIELD(oword, FRF_BZ_RX_INGR_EN, 1); in siena_nic_rx_cfg()
477 EFX_BAR_WRITEO(enp, FR_AZ_RX_CFG_REG, &oword); in siena_nic_rx_cfg()
489 efx_oword_t oword; in siena_nic_usrev_dis() local
491 EFX_POPULATE_OWORD_1(oword, FRF_CZ_USREV_DIS, 1); in siena_nic_usrev_dis()
[all …]
H A Defx_tx.c752 efx_oword_t oword; in siena_tx_init() local
856 efx_oword_t oword; in siena_tx_qpush() local
884 efx_oword_t oword; in siena_tx_qpace() local
910 &oword, B_TRUE); in siena_tx_qpace()
925 efx_oword_t oword; in siena_tx_qflush() local
945 efx_oword_t oword; in siena_tx_qenable() local
978 efx_oword_t oword; in siena_tx_qcreate() local
1012 EFX_POPULATE_OWORD_6(oword, in siena_tx_qcreate()
1027 etp->et_index, &oword, B_TRUE); in siena_tx_qcreate()
1159 efx_oword_t oword; in siena_tx_qdestroy() local
[all …]
H A Defx_sram.c21 efx_oword_t oword; in efx_sram_buf_tbl_set() local
68 EFX_POPULATE_OWORD_2(oword, FRF_AZ_BUF_UPD_CMD, 1, in efx_sram_buf_tbl_set()
70 EFX_BAR_WRITEO(enp, FR_AZ_BUF_TBL_UPD_REG, &oword); in efx_sram_buf_tbl_set()
125 EFX_POPULATE_OWORD_4(oword, FRF_AZ_BUF_UPD_CMD, 0, in efx_sram_buf_tbl_set()
128 EFX_BAR_WRITEO(enp, FR_AZ_BUF_TBL_UPD_REG, &oword); in efx_sram_buf_tbl_set()
142 efx_oword_t oword; in efx_sram_buf_tbl_clear() local
168 EFX_POPULATE_OWORD_4(oword, FRF_AZ_BUF_UPD_CMD, 0, in efx_sram_buf_tbl_clear()
171 EFX_BAR_WRITEO(enp, FR_AZ_BUF_TBL_UPD_REG, &oword); in efx_sram_buf_tbl_clear()
H A Defx_ev.c605 efx_oword_t oword; in siena_ev_init() local
611 EFX_BAR_READO(enp, FR_AZ_DP_CTRL_REG, &oword); in siena_ev_init()
612 EFX_SET_OWORD_FIELD(oword, FRF_AZ_FLS_EVQ_ID, 0); in siena_ev_init()
613 EFX_BAR_WRITEO(enp, FR_AZ_DP_CTRL_REG, &oword); in siena_ev_init()
1212 efx_oword_t oword; in siena_ev_qpost() local
1221 EFX_BAR_WRITEO(enp, FR_AZ_DRV_EV_REG, &oword); in siena_ev_qpost()
1285 efx_oword_t oword; in siena_ev_qcreate() local
1435 efx_oword_t oword; in siena_ev_qdestroy() local
1438 EFX_ZERO_OWORD(oword); in siena_ev_qdestroy()
1441 eep->ee_index, &oword, B_TRUE); in siena_ev_qdestroy()
[all …]
H A Defx_filter.c969 efx_oword_t oword; in siena_filter_push_rx_limits() local
987 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_rx_limits()
991 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_rx_limits()
1005 efx_oword_t oword; in siena_filter_push_tx_limits() local
1007 EFX_BAR_READO(enp, FR_AZ_TX_CFG_REG, &oword); in siena_filter_push_tx_limits()
1010 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_tx_limits()
1014 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_tx_limits()
1018 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_tx_limits()
1022 EFX_SET_OWORD_FIELD(oword, in siena_filter_push_tx_limits()
1030 oword, FRF_CZ_TX_ETH_FILTER_FULL_SEARCH_RANGE, in siena_filter_push_tx_limits()
[all …]
H A Dsiena_mcdi.c151 efx_oword_t oword; in siena_mcdi_init() local
160 EFX_BAR_READO(enp, FR_AZ_CS_DEBUG_REG, &oword); in siena_mcdi_init()
161 portnum = EFX_OWORD_FIELD(oword, FRF_CZ_CS_PORT_NUM); in siena_mcdi_init()
H A Def10_tx.c352 efx_oword_t oword; in ef10_tx_qpush() local
372 EFX_POPULATE_OWORD_3(oword, ERF_DZ_TX_DESC_WPTR, wptr, in ef10_tx_qpush()
381 etp->et_index, &oword); in ef10_tx_qpush()
389 EFX_POPULATE_OWORD_1(oword, ERF_DZ_TX_DESC_WPTR, wptr); in ef10_tx_qpush()
390 dword = oword.eo_dword[2]; in ef10_tx_qpush()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-raid.h146 } oword; member
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10_tx.c226 efx_oword_t oword; in sfc_ef10_tx_qpush() local
235 EFX_POPULATE_OWORD_3(oword, in sfc_ef10_tx_qpush()
250 *(volatile efsys_uint128_t *)txq->doorbell = oword.eo_u128[0]; in sfc_ef10_tx_qpush()