Searched refs:tab_attr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c266 struct port_table_attribute *tab_attr = local
272 ret = ib_query_gid(p->ibdev, p->port_num, tab_attr->index, &gid);
285 struct port_table_attribute *tab_attr = local
290 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey);
300 struct port_table_attribute *tab_attr = local
302 int offset = tab_attr->index & 0xffff;
303 int width = (tab_attr->index >> 16) & 0xff;
515 struct attribute **tab_attr; local
519 tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
520 if (!tab_attr)
[all...]
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c463 struct port_table_attribute *tab_attr = local
467 if (p->dev->pkeys.virt2phys_pkey[p->slave][p->port_num - 1][tab_attr->index] >=
473 [p->port_num - 1][tab_attr->index]);
480 struct port_table_attribute *tab_attr = local
497 [tab_attr->index] = idx;
499 tab_attr->index, idx);
522 struct attribute **tab_attr; local
526 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);
527 if (!tab_attr)
550 tab_attr[
[all...]

Completed in 45 milliseconds