Searched refs:port_seq_cnt (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_kernel.h185 u32 port_seq_cnt; member in struct:ipath_portdata
1228 if (seq == pd->port_seq_cnt)
H A Dipath_driver.c1176 if (seq != pd->port_seq_cnt)
1272 if (++pd->port_seq_cnt > 13)
1273 pd->port_seq_cnt = 1;
1274 if (seq != pd->port_seq_cnt)
H A Dipath_init_chip.c219 pd->port_seq_cnt = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_kernel.h185 u32 port_seq_cnt; member in struct:ipath_portdata
1228 if (seq == pd->port_seq_cnt)
H A Dipath_driver.c1176 if (seq != pd->port_seq_cnt)
1272 if (++pd->port_seq_cnt > 13)
1273 pd->port_seq_cnt = 1;
1274 if (seq != pd->port_seq_cnt)
H A Dipath_init_chip.c219 pd->port_seq_cnt = 1;

Completed in 127 milliseconds