Searched defs:flag_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c1017 ldsv_type_t vector, ldf_type_t ldf_type, boolean_t *flag_p)
1064 *flag_p = ((sv >> ld) & LDSV_MASK_ALL);
1067 *flag_p = (((sv >> LDSV2_LDF1_SHIFT) >>
1070 *flag_p = (((sv >> LDSV2_LDF0_SHIFT) >>
1094 boolean_t *flag_p)
1102 return (npi_ldsv_ld_get(handle, ldg, ld, vector, LDF0, flag_p));
1121 boolean_t *flag_p)
1129 return (npi_ldsv_ld_get(handle, ldg, ld, vector, LDF1, flag_p));
1016 npi_ldsv_ld_get(npi_handle_t handle, uint8_t ldg, uint8_t ld, ldsv_type_t vector, ldf_type_t ldf_type, boolean_t *flag_p) argument
1093 npi_ldsv_ld_ldf0_get(npi_handle_t handle, uint8_t ldg, uint8_t ld, boolean_t *flag_p) argument
1120 npi_ldsv_ld_ldf1_get(npi_handle_t handle, uint8_t ldg, uint8_t ld, boolean_t *flag_p) argument

Completed in 61 milliseconds