Searched refs:n_port (Results 1 – 3 of 3) sorted by relevance
3124 (void *)&ha->n_port-> in ql_configure_n_port_info()3128 (void *)&ha->n_port-> in ql_configure_n_port_info()3131 ha->n_port->d_id.b24 = in ql_configure_n_port_info()3197 (void *)&ha->n_port->port_name[0], 8); in ql_configure_n_port_info()3199 (void *)&ha->n_port->node_name[0], 8); in ql_configure_n_port_info()3202 ha->n_port->n_port_handle = 0x7fe; in ql_configure_n_port_info()3216 ha->n_port->n_port_handle = loop_id; in ql_configure_n_port_info()3220 ha->n_port->d_id.b24 = d_id.b24; in ql_configure_n_port_info()3231 ha->n_port-> in ql_configure_n_port_info()3234 ha->n_port->d_id.b24 = in ql_configure_n_port_info()[all …]
1437 ha->n_port = (ql_n_port_info_t *) in ql_attach()1439 if (ha->n_port == NULL) { in ql_attach()1766 kmem_free(ha->n_port, sizeof (ql_n_port_info_t)); in ql_attach()2214 if (ha->n_port != NULL) { in ql_detach()2215 kmem_free(ha->n_port, sizeof (ql_n_port_info_t)); in ql_detach()4978 p2p_info->d_id = ha->n_port->d_id.b24; in ql_port_manage()4980 bcopy((void *) &ha->n_port->port_name[0], in ql_port_manage()4982 bcopy((void *) &ha->n_port->node_name[0], in ql_port_manage()4990 ha->n_port->port_name[0], in ql_port_manage()4991 ha->n_port->port_name[1], ha->n_port->port_name[2], in ql_port_manage()[all …]
1867 struct ql_n_port_info *n_port; member