Lines Matching full:cmb
933 "could not create CMB DMA tag.\n");
1017 /* CMB block */
1024 "could not allocate DMA'able memory for CMB block.\n");
1033 "could not load DMA'able memory for CMB block.\n");
1251 /* CMB block */
2117 struct cmb *cmb;
2127 cmb = sc->age_rdata.age_cmb_block;
2128 status = le32toh(cmb->intr_status);
2134 sc->age_tpd_cons = (le32toh(cmb->tpd_cons) & TPD_CONS_MASK) >>
2136 sc->age_rr_prod = (le32toh(cmb->rprod_cons) & RRD_PROD_MASK) >>
2138 /* Let hardware know CMB was served. */
2139 cmb->intr_status = 0;
2167 /* Check whether CMB was updated while serving Tx/Rx/SMB handler. */
2171 status = le32toh(cmb->intr_status);
2767 /* Configure CMB DMA write threshold. */
2774 /* Set CMB/SMB timer and enable them. */
2849 /* Stop CMB/SMB updates. */