Lines Matching full:doorbell
826 * core doorbell data
831 #define CORE_DB_DATA_DEST_MASK 0x3 /* destination of doorbell (use enum db_dest) */
846 * Enum of doorbell aggregative command selection
858 * Enum of doorbell destination
862 DB_DEST_XCM /* TX doorbell to XCM */,
863 DB_DEST_UCM /* RX doorbell to UCM */,
864 DB_DEST_TCM /* RX doorbell to TCM */,
870 * Enum of doorbell DPM types
876 DPM_L2_INLINE /* L2 DPM inline- to PBF, with packet data on doorbell */,
877 DPM_L2_BD /* L2 DPM with BD- to PBF, with TX BD data on doorbell */,
882 * Structure for doorbell data, in L2 DPM mode, for the first doorbell in a DPM burst
906 * Structure for SGE in a DPM doorbell of type DPM_L2_BD
925 * Structure for doorbell address, in legacy mode
932 #define DB_LEGACY_ADDR_DEMS_MASK 0x7 /* doorbell extraction mode specifier- 0 if not used */
939 * Structure for doorbell address, in PWM mode
950 #define DB_PWM_ADDR_DPI_MASK 0xFFFF /* Doorbell page ID */
957 * Parameters to RDMA firmware, passed in EDPM doorbell
983 * Structure for doorbell data, in RDMA DPM mode, for the first doorbell in a DPM burst