Home
last modified time | relevance | path

Searched refs:FCFH_SIZE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c239 FCFH_SIZE, NULL); in fcoet_xfer_scsi_data()
277 CMD2SS(cmd)->ss_eport, data_size + FCFH_SIZE, in fcoet_xfer_scsi_data()
446 FLOGI_REQ_PAYLOAD_SIZE + FCFH_SIZE, NULL); in fcoet_send_sol_flogi()
508 FCFH_SIZE, NULL); in fcoet_send_sol_abts()
663 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL); in fcoet_send_sol_els()
712 CMD2ELS(cmd)->els_req_size + FCFH_SIZE, NULL); in fcoet_send_sol_ct()
754 raw_frame_size = FCFH_SIZE + sizeof (fcoe_fcp_rsp_t); in fcoet_send_status()
828 CMD2ELS(cmd)->els_resp_size + FCFH_SIZE, NULL); in fcoet_send_els_response()
869 12 + FCFH_SIZE, NULL); in fcoet_send_abts_response()
933 req_payload_size + FCFH_SIZE, NULL); in fcoet_logo_fabric()
[all …]
H A Dfcoet_eth.c1080 FLOGI_ACC_PAYLOAD_SIZE + FCFH_SIZE, 0); in fcoet_process_unsol_flogi_req()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c252 FRM2SS(frm)->ss_eport, data_size + FCFH_SIZE, NULL); in fcoei_process_unsol_xfer_rdy()
292 xch->xch_ss->ss_eport, data_size + FCFH_SIZE, NULL); in fcoei_process_unsol_xfer_rdy()
500 payload_size + FCFH_SIZE, NULL); in fcoei_process_unsol_abts_req()
523 FRM2SS(frm)->ss_eport, payload_size + FCFH_SIZE, NULL); in fcoei_process_unsol_abts_req()
H A Dfcoei_lv.c855 cmd_len + FCFH_SIZE, NULL); in fcoei_initiate_ct_req()
1047 fpkt->pkt_cmdlen + FCFH_SIZE, NULL); in fcoei_initiate_fcp_cmd()
1151 fpkt->pkt_cmdlen + FCFH_SIZE, NULL); in fcoei_initiate_els_req()
1258 fpkt->pkt_cmdlen + FCFH_SIZE, NULL); in fcoei_initiate_els_resp()
H A Dfcoei.c1045 FCFH_SIZE, NULL); in fcoei_abts_exchange()
/titanic_44/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h52 #define FCFH_SIZE (sizeof (fcoe_fc_frame_header_t)) macro