Home
last modified time | relevance | path

Searched refs:FNIC_ETH_FCOE_HDRS_OFFSET (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/scsi/fnic/
Dfdls_disc.c479 pplogi = (struct fc_std_flogi *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_plogi_frame()
514 pels_acc = (struct fc_std_els_acc_rsp *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_els_acc_frame()
531 pels_rjt = (struct fc_std_els_rjt_rsp *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_els_rjt_frame()
547 plogo = (struct fc_std_logo *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_logo_frame()
567 pfabric_abts = (struct fc_frame_header *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_fabric_abts_frame()
587 uint16_t frame_size = FNIC_ETH_FCOE_HDRS_OFFSET + in fdls_send_rscn_resp()
597 pels_acc = (struct fc_std_els_acc_rsp *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_send_rscn_resp()
620 uint16_t frame_size = FNIC_ETH_FCOE_HDRS_OFFSET + in fdls_send_logo_resp()
630 plogo_resp = (struct fc_std_els_acc_rsp *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_send_logo_resp()
654 uint16_t frame_size = FNIC_ETH_FCOE_HDRS_OFFSET + in fdls_send_tport_abts()
[all …]
Dfdls_fc.h250 #define FNIC_ETH_FCOE_HDRS_OFFSET \ macro
Dfnic_fcs.c315 0 : FNIC_ETH_FCOE_HDRS_OFFSET; in fnic_handle_frame()
689 FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_send_fcoe_frame()