Home
last modified time | relevance | path

Searched refs:fc_std_logo (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/fnic/
H A Dfdls_fc.h245 struct fc_std_logo { struct
H A Dfdls_disc.c530 struct fc_std_logo *plogo; in fdls_init_logo_frame()
533 plogo = (struct fc_std_logo *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_init_logo_frame()
534 *plogo = (struct fc_std_logo) { in fdls_init_logo_frame()
1522 struct fc_std_logo *plogo; in fdls_send_fabric_logo()
1527 sizeof(struct fc_std_logo); in fdls_send_fabric_logo()
1536 plogo = (struct fc_std_logo *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_send_fabric_logo()
1579 struct fc_std_logo *plogo; in fdls_tgt_logout()
1584 sizeof(struct fc_std_logo); in fdls_tgt_logout()
1593 plogo = (struct fc_std_logo *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_tgt_logout()
4287 struct fc_std_logo *logo = (struct fc_std_logo *)fchdr; in fdls_process_logo_req()