Searched refs:contextB (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h280 #define FM_CONTEXTB_GET_FQID(contextB) (*((t_FmContextB *)contextB) & FM_CONTEXTB_FQID_MASK)
281 #define FM_CONTEXTB_SET_FQID(contextB,val) (*((t_FmContextB *)contextB) = ((*((t_FmContextB *)contextB) & ~FM_CONTEXTB_FQID_MASK) | ((val) & FM_CONTEXTB_FQID_MASK)))
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h442 volatile uint32_t contextB; member in struct:qm_dqrr_entry
489 volatile uint32_t contextB; member in struct:qm_mr_entry::__anon9820::__anon9823
713 #define QM_MCC_VERB_ALTER_RETIRE_CTXB 0x4c /* Retire FQ with contextB*/
953 * portal object (for handling dequeues that do not demux because contextB is
1032 #define QMAN_INITFQ_FLAG_NULL 0x00000002 /* zero 'contextB', no demux */
H A Dqm_portal_fqr.c610 struct qman_fq *p_FqFqs = ptr_from_aligned_int(p_Msg->fq.contextB);
688 p_Fq = ptr_from_aligned_int(p_Dq->contextB);
770 p_Fq = ptr_from_aligned_int(p_Dq->contextB);
844 p_Fq = ptr_from_aligned_int(p_Dq->contextB);
1062 /* If this FQ will not be used for tx, we can use contextB field */
1519 p_Fq = ptr_from_aligned_int(p_Dq->contextB);
1847 p_Fq = ptr_from_aligned_int(p_Dq->contextB);

Completed in 125 milliseconds