Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D57xx_fcoe_rfc_constants.h121 #define FC_FCTL_FILL_SHIFT 0 macro
122 #define FC_FCTL_FILL_MASK (0x3 << FC_FCTL_FILL_SHIFT)
123 #define FC_FCTL_FILL_0_BYTES (0x0 << FC_FCTL_FILL_SHIFT)
124 #define FC_FCTL_FILL_1_BYTES (0x1 << FC_FCTL_FILL_SHIFT)
125 #define FC_FCTL_FILL_2_BYTES (0x2 << FC_FCTL_FILL_SHIFT)
126 #define FC_FCTL_FILL_3_BYTES (0x3 << FC_FCTL_FILL_SHIFT)