Home
last modified time | relevance | path

Searched refs:V_FW_PARAMS_PARAM_YZ (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/cxgbe/
Dt4_main.c7598 fw_queue = (fw_mnem | V_FW_PARAMS_PARAM_YZ(txq->eq.cntxt_id)); in set_sched_queue()
7609 fw_queue = (fw_mnem | V_FW_PARAMS_PARAM_YZ(txq->eq.cntxt_id)); in set_sched_queue()
Dt4_sge.c2226 V_FW_PARAMS_PARAM_YZ(iq->cntxt_id); in alloc_iq_fl()
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h3800 #define V_FW_PARAMS_PARAM_YZ(x) ((x) << S_FW_PARAMS_PARAM_YZ) macro