Home
last modified time | relevance | path

Searched refs:port_seq_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_kernel.h185 u32 port_seq_cnt; member
1226 if (seq == pd->port_seq_cnt) in ipath_get_hdrqtail()
Dipath_driver.c1163 if (seq != pd->port_seq_cnt) in ipath_kreceive()
1259 if (++pd->port_seq_cnt > 13) in ipath_kreceive()
1260 pd->port_seq_cnt = 1; in ipath_kreceive()
1261 if (seq != pd->port_seq_cnt) in ipath_kreceive()
Dipath_init_chip.c221 pd->port_seq_cnt = 1; in create_portdata0()