Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_kernel.h186 u32 port_seq_cnt; member
1225 if (seq == pd->port_seq_cnt) in ipath_get_hdrqtail()
Dipath_driver.c1170 if (seq != pd->port_seq_cnt) in ipath_kreceive()
1265 if (++pd->port_seq_cnt > 13) in ipath_kreceive()
1266 pd->port_seq_cnt = 1; in ipath_kreceive()
1267 if (seq != pd->port_seq_cnt) in ipath_kreceive()
Dipath_init_chip.c221 pd->port_seq_cnt = 1; in create_portdata0()