Searched refs:nip (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/dynload/
H A Dgetsection.c279 s32 nip; local
299 nip = sptr->ds_nipacks;
300 while ((nip -= 1) >= 0) { /* for each packet */
H A Dcload.c1149 s32 nip; local
1162 nip = sptr->ds_nipacks;
1163 while ((nip -= 1) >= 0) { /* process packets */
/drivers/infiniband/hw/ipath/
H A Dipath_mad.c87 struct nodeinfo *nip = (struct nodeinfo *)&smp->data; local
95 nip->base_version = 1;
96 nip->class_version = 1;
97 nip->node_type = 1; /* channel adapter */
103 nip->num_ports = ibdev->phys_port_cnt;
105 nip->sys_guid = to_idev(ibdev)->sys_image_guid;
106 nip->node_guid = dd->ipath_guid;
107 nip->port_guid = dd->ipath_guid;
108 nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
109 nip
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_mad.c271 struct ib_node_info *nip = (struct ib_node_info *)&smp->data; local
281 nip->port_guid = dd->pport[pidx].guid;
283 nip->base_version = 1;
284 nip->class_version = 1;
285 nip->node_type = 1; /* channel adapter */
286 nip->num_ports = ibdev->phys_port_cnt;
288 nip->sys_guid = ib_qib_sys_image_guid;
289 nip->node_guid = dd->pport->guid; /* Use first-port GUID as node */
290 nip->partition_cap = cpu_to_be16(qib_get_npkeys(dd));
291 nip
[all...]

Completed in 105 milliseconds