Searched refs:tab_attr (Results 1 – 1 of 1) sorted by relevance
444 struct port_table_attribute *tab_attr = in show_port_pkey() local447 u8 key = m->virt2phys_pkey[p->slave][p->port_num - 1][tab_attr->index]; in show_port_pkey()457 struct port_table_attribute *tab_attr = in store_port_pkey() local474 [tab_attr->index] = idx; in store_port_pkey()476 tab_attr->index, idx); in store_port_pkey()499 struct attribute **tab_attr; in alloc_group_attrs() local503 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL); in alloc_group_attrs()504 if (!tab_attr) in alloc_group_attrs()527 tab_attr[i] = &element->attr.attr; in alloc_group_attrs()529 return tab_attr; in alloc_group_attrs()[all …]