Searched refs:send_plogi (Results 1 – 4 of 4) sorted by relevance
14 efc_node_init_device(struct efc_node *node, bool send_plogi);
450 efc_node_init_device(struct efc_node *node, bool send_plogi) in efc_node_init_device() argument452 node->send_plogi = send_plogi; in efc_node_init_device()520 if (!node->send_plogi) in __efc_d_init()
316 u8 send_plogi = false; in efc_node_handle_explicit_logo() local325 send_plogi = true; in efc_node_handle_explicit_logo()340 efc_node_init_device(node, send_plogi); in efc_node_handle_explicit_logo()
329 bool send_plogi; member