/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 250 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_release_sol_frame() local 377 fcoet_exchange_t *xch, *xch_tmp; in fcoet_create_unsol_exchange() local 469 fcoet_clear_unsol_exchange(fcoet_exchange_t *xch) in fcoet_clear_unsol_exchange() 493 fcoet_clear_sol_exchange(fcoet_exchange_t *xch) in fcoet_clear_sol_exchange() 508 fcoet_exchange_t *xch = NULL; in fcoet_process_sol_fcp_data() local 561 fcoet_exchange_t *xch; in fcoet_process_unsol_fcp_cmd() local 611 fcoet_exchange_t *xch; in fcoet_process_unsol_els_req() local 669 fcoet_exchange_t *xch = NULL; in fcoet_process_sol_els_rsp() local 717 fcoet_exchange_t *xch = NULL; in fcoet_process_unsol_abts_req() local 767 fcoet_exchange_t *xch = NULL; in fcoet_process_sol_abts_acc() local [all …]
|
H A D | fcoet_fc.c | 221 fcoet_exchange_t *xch = CMD2XCH(cmd); in fcoet_xfer_scsi_data() local 403 fcoet_exchange_t *xch; in fcoet_send_sol_flogi() local 498 fcoet_send_sol_abts(fcoet_exchange_t *xch) in fcoet_send_sol_abts() 645 fcoet_exchange_t *xch = NULL; in fcoet_send_sol_els() local 694 fcoet_exchange_t *xch; in fcoet_send_sol_ct() local
|
H A D | fcoet.c | 996 fcoet_init_tfm(fcoe_frame_t *frm, fcoet_exchange_t *xch) in fcoet_init_tfm() 1030 fcoet_exchange_t *xch = (fcoet_exchange_t *)val; in fcoet_modhash_find_cb() local
|
H A D | fcoet.h | 226 #define FCOET_BUSY_XCHG(xch) atomic_inc_8(&(xch)->xch_ref) argument 227 #define FCOET_RELE_XCHG(xch) atomic_dec_8(&(xch)->xch_ref) argument
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_eth.c | 215 fcoei_exchange_t *xch; in fcoei_process_unsol_xfer_rdy() local 444 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_search_abort_xch() local 471 fcoei_exchange_t *xch = NULL; in fcoei_process_unsol_abts_req() local 568 fcoei_exchange_t *xch = NULL; in fcoei_process_sol_fcp_resp() local 668 fcoei_exchange_t *xch; in fcoei_process_sol_els_rsp() local 736 fcoei_exchange_t *xch; in fcoei_process_sol_ct_rsp() local 842 fcoei_fill_els_fpkt_resp(fcoe_frame_t *frm, fcoei_exchange_t *xch, int size) in fcoei_fill_els_fpkt_resp() 1157 fcoei_exchange_t *xch; in fcoei_process_unsol_frame() local 1251 fcoei_exchange_t *xch = FRM2IFM(frm)->ifm_xch; in fcoei_handle_sol_frame_done() local
|
H A D | fcoei_lv.c | 240 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_init_pkt() local 672 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_transport() local 721 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_els_send() local 836 fcoei_initiate_ct_req(fcoei_exchange_t *xch) in fcoei_initiate_ct_req() 1038 fcoei_initiate_fcp_cmd(fcoei_exchange_t *xch) in fcoei_initiate_fcp_cmd() 1143 fcoei_initiate_els_req(fcoei_exchange_t *xch) in fcoei_initiate_els_req() 1251 fcoei_initiate_els_resp(fcoei_exchange_t *xch) in fcoei_initiate_els_resp() 1819 fcoei_exchange_t *xch; in fcoei_logo_peer() local 1891 fcoei_exchange_t *xch = FPKT2XCH(fpkt); in fcoei_fpkt_comp() local 1921 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_xch_abort() local [all …]
|
H A D | fcoei.c | 873 fcoei_exchange_t *xch = NULL; in fcoei_handle_comp_xch_list() local 902 fcoei_exchange_t *xch = (fcoei_exchange_t *)val; in fcoei_xch_check() local 956 fcoei_init_ifm(fcoe_frame_t *frm, fcoei_exchange_t *xch) in fcoei_init_ifm() 1036 fcoei_abts_exchange(fcoei_exchange_t *xch) in fcoei_abts_exchange() 1079 fcoei_complete_xch(fcoei_exchange_t *xch, fcoe_frame_t *frm, in fcoei_complete_xch()
|
H A D | fcoei.h | 304 #define FCOEI_INIT_SOL_ID_HASH(xch, xch_tmp) \ argument 332 #define FCOEI_INIT_UNSOL_ID_HASH(xch) \ argument
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpmontg.c | 142 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ in s_mp_mul_mont() local
|
H A D | mp_gf2m.c | 310 const mp_int *xch = b; /* switch a and b if b longer */ in mp_bmul() local
|
H A D | mpi.c | 848 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ in mp_mul() local 3595 const mp_int *xch = a; in s_mp_add_3arg() local 4604 int val, xch; in s_mp_tovalue() local
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 219 fmd_xprt_class_hash_create(fmd_xprt_class_hash_t *xch, fmd_eventq_t *eq) in fmd_xprt_class_hash_create() 229 fmd_xprt_class_hash_destroy(fmd_xprt_class_hash_t *xch) in fmd_xprt_class_hash_destroy() 257 fmd_xprt_class_hash_t *xch, const char *class) in fmd_xprt_class_hash_insert() 288 fmd_xprt_class_hash_t *xch, const char *class) in fmd_xprt_class_hash_delete()
|
H A D | fmd_mdb.c | 1479 fmd_xprt_class_hash_t xch; in xpc_walk_init() local
|