Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_device.h14 efc_node_init_device(struct efc_node *node, bool send_plogi);
H A Defc_device.c450 efc_node_init_device(struct efc_node *node, bool send_plogi) in efc_node_init_device() argument
452 node->send_plogi = send_plogi; in efc_node_init_device()
520 if (!node->send_plogi) in __efc_d_init()
H A Defc_node.c316 u8 send_plogi = false; in efc_node_handle_explicit_logo() local
325 send_plogi = true; in efc_node_handle_explicit_logo()
340 efc_node_init_device(node, send_plogi); in efc_node_handle_explicit_logo()
H A Defclib.h329 bool send_plogi; member