Home
last modified time | relevance | path

Searched refs:S_CMDQ_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h68 #define S_CMDQ_PRIORITY 6 macro
70 #define V_CMDQ_PRIORITY(x) ((x) << S_CMDQ_PRIORITY)
71 #define G_CMDQ_PRIORITY(x) (((x) >> S_CMDQ_PRIORITY) & M_CMDQ_PRIORITY)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h59 #define S_CMDQ_PRIORITY 6 macro
61 #define V_CMDQ_PRIORITY(x) ((x) << S_CMDQ_PRIORITY)
62 #define G_CMDQ_PRIORITY(x) (((x) >> S_CMDQ_PRIORITY) & M_CMDQ_PRIORITY)

Completed in 13 milliseconds