Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfdls_disc.c530 struct fc_std_logo *plogo; in fdls_init_logo_frame() local
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()
541 FNIC_STD_SET_S_ID(plogo->fchdr, s_id); in fdls_init_logo_frame()
542 memcpy(plogo->els.fl_n_port_id, s_id, 3); in fdls_init_logo_frame()
544 FNIC_STD_SET_NPORT_NAME(&plogo->els.fl_n_port_wwn, in fdls_init_logo_frame()
1558 struct fc_std_logo *plogo; in fdls_send_fabric_logo() local
1572 plogo = (struct fc_std_logo *) (frame + FNIC_ETH_FCOE_HDRS_OFFSET); in fdls_send_fabric_logo()
1585 FNIC_STD_SET_OX_ID(plogo->fchdr, oxid); in fdls_send_fabric_logo()
1588 FNIC_STD_SET_D_ID(plogo->fchdr, d_id); in fdls_send_fabric_logo()
[all …]