Lines Matching refs:oword

711 	efx_oword_t oword;  in siena_tx_init()  local
718 EFX_BAR_READO(enp, FR_AZ_TX_RESERVED_REG, &oword); in siena_tx_init()
719 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_RX_SPACER, 0xfe); in siena_tx_init()
720 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_RX_SPACER_EN, 1); in siena_tx_init()
721 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_ONE_PKT_PER_Q, 1); in siena_tx_init()
722 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_PUSH_EN, 0); in siena_tx_init()
723 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_DIS_NON_IP_EV, 1); in siena_tx_init()
724 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_PREF_THRESHOLD, 2); in siena_tx_init()
725 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_PREF_WD_TMR, 0x3fffff); in siena_tx_init()
731 EFX_SET_OWORD_FIELD(oword, FRF_BZ_TX_FLUSH_MIN_LEN_EN, 1); in siena_tx_init()
732 EFX_BAR_WRITEO(enp, FR_AZ_TX_RESERVED_REG, &oword); in siena_tx_init()
738 EFX_BAR_READO(enp, FR_AZ_TX_CFG_REG, &oword); in siena_tx_init()
739 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_NO_EOP_DISC_EN, 0); in siena_tx_init()
740 EFX_BAR_WRITEO(enp, FR_AZ_TX_CFG_REG, &oword); in siena_tx_init()
815 efx_oword_t oword; in siena_tx_qpush() local
820 EFX_POPULATE_OWORD_1(oword, FRF_AZ_TX_DESC_WPTR, wptr); in siena_tx_qpush()
824 EFX_DWORD_0, EFX_OWORD_FIELD(oword, EFX_DWORD_3)); in siena_tx_qpush()
844 efx_oword_t oword; in siena_tx_qpace() local
868 EFX_POPULATE_OWORD_1(oword, FRF_AZ_TX_PACE, pace_val); in siena_tx_qpace()
870 &oword, B_TRUE); in siena_tx_qpace()
885 efx_oword_t oword; in siena_tx_qflush() local
893 EFX_POPULATE_OWORD_2(oword, FRF_AZ_TX_FLUSH_DESCQ_CMD, 1, in siena_tx_qflush()
895 EFX_BAR_WRITEO(enp, FR_AZ_TX_FLUSH_DESCQ_REG, &oword); in siena_tx_qflush()
905 efx_oword_t oword; in siena_tx_qenable() local
908 etp->et_index, &oword, B_TRUE); in siena_tx_qenable()
911 uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_3), in siena_tx_qenable()
912 uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_2), in siena_tx_qenable()
913 uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_1), in siena_tx_qenable()
914 uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_0)); in siena_tx_qenable()
916 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_DC_HW_RPTR, 0); in siena_tx_qenable()
917 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_DESCQ_HW_RPTR, 0); in siena_tx_qenable()
918 EFX_SET_OWORD_FIELD(oword, FRF_AZ_TX_DESCQ_EN, 1); in siena_tx_qenable()
921 etp->et_index, &oword, B_TRUE); in siena_tx_qenable()
938 efx_oword_t oword; in siena_tx_qcreate() local
980 EFX_POPULATE_OWORD_6(oword, in siena_tx_qcreate()
988 EFX_SET_OWORD_FIELD(oword, FRF_BZ_TX_NON_IP_DROP_DIS, 1); in siena_tx_qcreate()
989 EFX_SET_OWORD_FIELD(oword, FRF_BZ_TX_IP_CHKSM_DIS, in siena_tx_qcreate()
991 EFX_SET_OWORD_FIELD(oword, FRF_BZ_TX_TCP_CHKSM_DIS, in siena_tx_qcreate()
995 etp->et_index, &oword, B_TRUE); in siena_tx_qcreate()
1129 efx_oword_t oword; in siena_tx_qdestroy() local
1132 EFX_ZERO_OWORD(oword); in siena_tx_qdestroy()
1135 etp->et_index, &oword, B_TRUE); in siena_tx_qdestroy()