Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c409 fcoe_client_t client_fcoei; in fcoei_attach_init() local
418 client_fcoei.ect_eport_flags = EPORT_FLAG_INI_MODE | in fcoei_attach_init()
420 client_fcoei.ect_max_fc_frame_size = FCOE_MAX_FC_FRAME_SIZE; in fcoei_attach_init()
421 client_fcoei.ect_private_frame_struct_size = sizeof (fcoei_frame_t); in fcoei_attach_init()
422 fcoei_init_ect_vectors(&client_fcoei); in fcoei_attach_init()
423 client_fcoei.ect_client_port_struct = ss; in fcoei_attach_init()
424 client_fcoei.ect_fcoe_ver = FCOE_VER_NOW; in fcoei_attach_init()
432 client_fcoei.ect_channelid = ret; in fcoei_attach_init()
439 eport = fcoe_register_client(&client_fcoei); in fcoei_attach_init()