Searched refs:oal (Results 1 – 6 of 6) sorted by relevance
1025 uint16_t oal; in dpni_set_tx_shaping() local1050 oal = (param >> 16) & 0x7FF; in dpni_set_tx_shaping()1051 cmd_params->oal = cpu_to_le16(oal); in dpni_set_tx_shaping()2624 dpni_set_field(cmd_params->enable_oal_lo, OAL_LO, taildrop->oal); in dpni_set_taildrop()2627 taildrop->oal >> DPNI_OAL_LO_SIZE); in dpni_set_taildrop()2685 taildrop->oal = oal_hi << DPNI_OAL_LO_SIZE | oal_lo; in dpni_get_taildrop()2688 if (taildrop->oal >= 0x0800) in dpni_get_taildrop()2689 taildrop->oal |= 0xF000; in dpni_get_taildrop()
814 #define DPNI_TX_SHAPING_PARAM(oal, shaping_lni, channel_id, coupled) ( \ argument815 ((uint32_t)(((oal) & 0x7ff) << 16)) | \1678 int16_t oal; member
388 uint16_t oal; member
157 uint16_t oal; member
445 signed char oal; /* "Overhead Accounting Length" */ member
819 taildrop.oal = 0; in dpaa2_dev_rx_queue_setup()831 taildrop.oal = CONG_RX_OAL; in dpaa2_dev_rx_queue_setup()