/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 79 typedef s32 s32_t; typedef 104 typedef int32_t s32_t; typedef 128 typedef s32_t S32; 234 typedef S32 s32_t; typedef 286 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b))) 287 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b)))
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_uefi.h | 57 static __inline s32_t mm_atomic_dec_imp(u32_t *p) in mm_atomic_dec_imp() 59 s32_t ret; in mm_atomic_dec_imp() 66 static __inline s32_t mm_atomic_inc_imp(u32_t *p) in mm_atomic_inc_imp() 68 s32_t ret; in mm_atomic_inc_imp() 75 static __inline s32_t mm_atomic_and_imp(u32_t *p, u32_t v) in mm_atomic_and_imp() 77 s32_t ret; in mm_atomic_and_imp() 96 static __inline s32_t mm_atomic_or_imp(u32_t *p, u32_t v) in mm_atomic_or_imp() 98 s32_t ret; in mm_atomic_or_imp() 120 static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p, in mm_atomic_cmpxchg_imp() 124 s32_t ret; in mm_atomic_cmpxchg_imp()
|
H A D | mm_dos.h | 61 static __inline s32_t mm_atomic_inc_imp(u32_t *p) in mm_atomic_inc_imp() 63 s32_t ret; in mm_atomic_inc_imp() 70 static __inline s32_t mm_atomic_and_imp(u32_t *p, u32_t v) in mm_atomic_and_imp() 72 s32_t ret; in mm_atomic_and_imp() 91 static __inline s32_t mm_atomic_or_imp(u32_t *p, u32_t v) in mm_atomic_or_imp() 93 s32_t ret; in mm_atomic_or_imp() 115 static __inline s32_t mm_atomic_cmpxchg_imp(u32_t *p, in mm_atomic_cmpxchg_imp() 119 s32_t ret; in mm_atomic_cmpxchg_imp()
|
H A D | mm_linux.h | 67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) 69 #define mm_atomic_dec_imp(_p) ediag_atomic_dec_and_test((s32_t *)_p) 72 #define mm_atomic_inc_imp(_p) ediag_atomic_inc_and_test((s32_t *)_p) 74 #define mm_atomic_read_imp(_p) ediag_atomic_read((s32_t *)_p) 78 #define mm_atomic_cmpxchg_imp(_p, _cmp, _new_v) ediag_atomic_cmpxchg((s32_t *)_p, (int)_cmp, (int)_…
|
H A D | mm_user_mode_debug.h | 51 static __inline s32_t mm_atomic_dec_imp(u32_t *p) in mm_atomic_dec_imp() 56 static __inline s32_t mm_atomic_inc_imp(u32_t *p) in mm_atomic_inc_imp()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | context.h | 41 lm_status_t lm_allocate_cid(struct _lm_device_t *pdev, u32_t type, void * cookie, s32_t * cid); 44 lm_status_t lm_get_context_size(struct _lm_device_t *pdev, s32_t * context_size); 56 lm_status_t lm_set_cdu_validation_data(struct _lm_device_t *pdev, s32_t cid, u8_t invalidate);
|
H A D | bnxe_context.c | 572 lm_status_t lm_allocate_cid(struct _lm_device_t *pdev, u32_t type, void * cookie, s32_t * out_cid){ in lm_allocate_cid() 1184 lm_status_t lm_set_cdu_validation_data(struct _lm_device_t *pdev, s32_t cid, u8_t invalidate) in lm_set_cdu_validation_data() 1236 lm_status_t lm_get_context_size(struct _lm_device_t *pdev, s32_t * context_size) in lm_get_context_size()
|
H A D | lm_sp.c | 2440 s32_t rss_reg = 0; in lm_update_rss_key()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4st.h | 716 s32_t gen_bufs_in_isles_delta; 803 …s32_t total_indicated; /* cyclic counter of number of generic indications (sum of connections pen… 804 …s32_t total_indicated_returned; /* cyclic counter of number of generic indications that have retu… 876 s32_t gen_bufs_in_isles; 877 s32_t max_gen_bufs_in_isles;
|
H A D | lm_l4if.h | 465 s32_t cid);
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.h | 63 void lm_tcp_update_isles_cnts(struct _lm_device_t * pdev, s16_t number_of_isles, s32_t number_of_ge…
|
H A D | lm_l4rx.c | 238 s32_t diff_to_fw; in lm_tcp_rx_post_sws() 282 if ( ((diff_to_fw >= (s32_t)rx_con->u.rx.sws_info.mss) || in lm_tcp_rx_post_sws() 283 (diff_to_fw >= (((s32_t)tcp->tcp_cached.initial_rcv_wnd) / 2)))) { in lm_tcp_rx_post_sws() 504 pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta -= (s32_t)d_list_entry_cnt(&removed_list); in lm_tcp_rx_delete_isle() 1001 … pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta -= (s32_t)d_list_entry_cnt(&gen_buf_list); in lm_tcp_rx_gen_join_process()
|
H A D | lm_l4sp.c | 2761 s32_t cid; in lm_tcp_init_tcp_context() 2893 s32_t cid) in lm_tcp_recycle_cid_cb() 4361 s32_t delta = -(s32_t)num_gen_bufs_in_isles; in lm_tcp_free_tcp_resc() 4363 lm_tcp_update_isles_cnts(pdev, -(s32_t)num_isles, delta); in lm_tcp_free_tcp_resc() 6389 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() 6403 … && (archipelago->gen_bufs_in_isles > (s32_t)pdev->params.l4_max_gen_bufs_in_archipelago)) { in lm_tcp_update_isles_cnts() 6411 … if (archipelago->gen_bufs_in_isles <= (s32_t)pdev->params.l4_valid_gen_bufs_in_archipelago) { in lm_tcp_update_isles_cnts()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/ |
H A D | lm_l5if.h | 70 s32_t cid);
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5.c | 410 s32_t cid) in lm_sc_recycle_cid_cb() 1046 s32_t cid) in lm_fc_recycle_cid_cb() 1997 s32_t cid; in lm_sc_alloc_con_resc() 2423 s32_t cid = 0; in lm_fc_alloc_con_resc()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1418 s32_t refcnt; //signed to detect underflow. 2846 typedef void(*lm_cid_recycled_cb_t)(struct _lm_device_t *pdev, void *cookie, s32_t cid);
|