Lines Matching defs:pent

355  * @param pent      pointer to calendar entries
360 cvmx_ilk_cal_entry_t *pent)
376 || pent == NULL)
382 if (OCTEON_IS_MODEL(OCTEON_CN68XX_PASS1_0) && pent->ent_ctrl == PIPE_BPID)
384 pent->ent_ctrl = LINK;
406 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
411 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
415 pent++;
423 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
428 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
432 pent++;
446 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
451 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
455 pent++;
461 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
467 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
471 pent++;
555 * @param pent pointer to calendar entries
562 cvmx_ilk_cal_entry_t *pent, int hi_wm,
573 res = cvmx_ilk_rx_cal_conf (interface, cal_depth, pent);
596 * @param pent pointer to calendar entries
601 cvmx_ilk_cal_entry_t *pent)
618 || pent == NULL)
624 if (OCTEON_IS_MODEL(OCTEON_CN68XX_PASS1_0) && pent->ent_ctrl == PIPE_BPID)
626 pent->ent_ctrl = LINK;
634 ent_tmp = pent + cal_depth;
660 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
665 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
669 pent++;
677 tmp = pent->pipe_bpid & ~(~tmp << CVMX_ILK_PIPE_BPID_SZ);
682 tmp = pent->ent_ctrl & ~(~tmp << CVMX_ILK_ENT_CTRL_SZ);
686 pent++;
704 * @param pent pointer to calendar entries
708 static int cvmx_ilk_bp_conf (int interface, int cal_depth, cvmx_ilk_cal_entry_t *pent)
722 for (i = 0, tmp = pent; i < cal_depth; i++, tmp++)
777 * @param pent pointer to calendar entries
783 cvmx_ilk_cal_entry_t *pent, unsigned char cal_ena)
793 res = cvmx_ilk_tx_cal_conf (interface, cal_depth, pent);
798 res = cvmx_ilk_bp_conf (interface, cal_depth, pent);