Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h80 typedef s16 s16_t; typedef
105 typedef int16_t s16_t; typedef
129 typedef s16_t S16;
235 typedef S16 s16_t; typedef
288 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a) - (s16_t) (_b)))
289 #define u16_SUB(_a, _b) ((u16_t) ((s16_t) (_a) - (s16_t) (_b)))
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.h63 void lm_tcp_update_isles_cnts(struct _lm_device_t * pdev, s16_t number_of_isles, s32_t number_of_ge…
H A Dlm_l4sp.c6389 void lm_tcp_update_isles_cnts(struct _lm_device_t * pdev, s16_t number_of_isles, s32_t number_of_ge… in lm_tcp_update_isles_cnts()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h715 s16_t number_of_isles_delta;
878 s16_t number_of_isles;
879 s16_t max_number_of_isles;
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c1871 s16_t pri = 0; in lm_dcbx_ie_get_ets_ieee_feature()