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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5116 #define S_PRIMARYPORT 0 macro
5118 #define V_PRIMARYPORT(x) ((x) << S_PRIMARYPORT)
5119 #define G_PRIMARYPORT(x) (((x) >> S_PRIMARYPORT) & M_PRIMARYPORT)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h16591 #define S_PRIMARYPORT 0 macro
16593 #define V_PRIMARYPORT(x) ((x) << S_PRIMARYPORT)
16594 #define G_PRIMARYPORT(x) (((x) >> S_PRIMARYPORT) & M_PRIMARYPORT)
[all...]

Completed in 377 milliseconds