Home
last modified time | relevance | path

Searched refs:FRM2TFM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c249 FRM2TFM(frm)->tfm_rctl = 0x05; in fcoet_xfer_scsi_data()
292 FRM2TFM(frm)->tfm_rctl = 0x01; in fcoet_xfer_scsi_data()
293 FRM2TFM(frm)->tfm_buf_idx = in fcoet_xfer_scsi_data()
456 FRM2TFM(frm)->tfm_rctl = 0x22; in fcoet_send_sol_flogi()
518 FRM2TFM(frm)->tfm_rctl = 0x81; in fcoet_send_sol_abts()
678 FRM2TFM(frm)->tfm_rctl = 0x22; in fcoet_send_sol_els()
727 FRM2TFM(frm)->tfm_rctl = 0x2; in fcoet_send_sol_ct()
809 FRM2TFM(frm)->tfm_rctl = 0x07; in fcoet_send_status()
845 FRM2TFM(frm)->tfm_rctl = 0x23; in fcoet_send_els_response()
946 FRM2TFM(frm)->tfm_rctl = 0x22; in fcoet_logo_fabric()
[all …]
H A Dfcoet_eth.c250 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_release_sol_frame()
256 switch (FRM2TFM(frm)->tfm_rctl) { in fcoet_release_sol_frame()
884 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_send_sol_fcp_data_done()
889 dbuf_index = FRM2TFM(frm)->tfm_buf_idx; in fcoet_send_sol_fcp_data_done()
919 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_send_fcp_status_done()
945 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_send_unsol_els_rsp_done()
1090 FRM2TFM(frm)->tfm_rctl = 0x23; in fcoet_process_unsol_flogi_req()
1131 fcoet_exchange_t *xch = FRM2TFM(frm)->tfm_xch; in fcoet_process_sol_flogi_rsp()
H A Dfcoet.c998 FRM2TFM(frm)->tfm_fcoe_frame = frm; in fcoet_init_tfm()
999 FRM2TFM(frm)->tfm_xch = xch; in fcoet_init_tfm()
1000 FRM2TFM(frm)->tfm_seq = NULL; in fcoet_init_tfm()
H A Dfcoet.h249 #define FRM2TFM(x_frm) ((fcoet_frame_t *)(x_frm)->frm_client_private) macro