Home
last modified time | relevance | path

Searched refs:FFM_F_CTL (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c251 FFM_F_CTL(0x890000, frm); in fcoet_xfer_scsi_data()
297 FFM_F_CTL(0x800008, frm); in fcoet_xfer_scsi_data()
299 FFM_F_CTL(0x880008 | (data_size - left_size), frm); in fcoet_xfer_scsi_data()
458 FFM_F_CTL(0x290000, frm); in fcoet_send_sol_flogi()
519 FFM_F_CTL(0x090000, frm); in fcoet_send_sol_abts()
680 FFM_F_CTL(0x290000, frm); in fcoet_send_sol_els()
729 FFM_F_CTL(0x290000, frm); in fcoet_send_sol_ct()
811 FFM_F_CTL(0x990000, frm); in fcoet_send_status()
847 FFM_F_CTL(0x980000, frm); in fcoet_send_els_response()
882 FFM_F_CTL(0x980000, frm); in fcoet_send_abts_response()
[all …]
H A Dfcoet_eth.c1092 FFM_F_CTL(0x980000, frm); in fcoet_process_unsol_flogi_req()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h292 FFM_F_CTL((x_fhdr)->f_ctl, x_frm); \
H A Dfcoei_eth.c266 FFM_F_CTL(0x010008, nfrm); in fcoei_process_unsol_xfer_rdy()
316 FFM_F_CTL(0x090008, nfrm); in fcoei_process_unsol_xfer_rdy()
544 FFM_F_CTL(FRM_F_CTL(frm), nfrm); in fcoei_process_unsol_abts_req()
H A Dfcoei_lv.c869 FFM_F_CTL(fpkt->pkt_cmd_fhdr.f_ctl, frm); in fcoei_initiate_ct_req()
1122 FFM_F_CTL(0x290000, frm); in fcoei_initiate_fcp_cmd()
1230 FFM_F_CTL(0x290000, frm); in fcoei_initiate_els_req()
1284 FFM_F_CTL(0x980000, frm); in fcoei_initiate_els_resp()
H A Dfcoei.c1054 FFM_F_CTL(0x090000, frm); in fcoei_abts_exchange()
/titanic_41/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h278 #define FFM_F_CTL(x_v, x_frm) FCOE_V2B_3((x_v), (x_frm)->frm_hdr->hdr_f_ctl) macro