Lines Matching defs:att
3057 fp_soft_attach_t *att = (fp_soft_attach_t *)arg;
3058 fc_local_port_t *port = att->att_port;
3061 " ULPs begin; port=%p, cmd=%x", port, att->att_cmd);
3063 fctl_attach_ulps(att->att_port, att->att_cmd, &modlinkage);
3065 if (att->att_need_pm_idle == B_TRUE) {
3070 " ULPs end; port=%p, cmd=%x", port, att->att_cmd);
3072 mutex_enter(&att->att_port->fp_mutex);
3073 att->att_port->fp_ulp_attach = 0;
3078 cv_signal(&att->att_port->fp_attach_cv);
3080 mutex_exit(&att->att_port->fp_mutex);
3082 kmem_free(att, sizeof (fp_soft_attach_t));
13571 fp_soft_attach_t *att;
13573 att = kmem_zalloc(sizeof (*att), KM_SLEEP);
13574 att->att_cmd = cmd;
13575 att->att_port = port;
13584 att->att_need_pm_idle = B_TRUE;
13586 att->att_need_pm_idle = B_FALSE;
13590 att, KM_SLEEP);