Lines Matching refs:value
99 #define LPFC_DRVR_TIMEOUT 16 /* driver iocb timeout value in sec */
180 /* Priority bit. Set value to exceed low water mark in lpfc_mem. */
188 uint32_t status; /* vpd status value */
800 uint32_t fc_edtov; /* E_D_TOV timer value */
801 uint32_t fc_arbtov; /* ARB_TOV timer value */
802 uint32_t fc_ratov; /* R_A_TOV timer value */
803 uint32_t fc_rttov; /* R_T_TOV timer value */
804 uint32_t fc_altov; /* AL_TOV timer value */
805 uint32_t fc_crtov; /* C_R_TOV timer value */
1377 * @delay: The delay value (in us) to be written.
1398 * Defines a <key,value> table for an enum. Uses xxx_INIT defines for
1405 enum enum_name value; \
1414 if (fc_##enum_name##_e2str_names[i].value == table_key) {\