Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dhfi.h1515 static inline u32 hfi1_rcd_head(struct hfi1_ctxtdata *rcd) in hfi1_rcd_head() function
2188 return hfi1_rcd_head(rcd) != get_rcvhdrtail(rcd); in hfi1_packet_present()
H A Ddriver.c425 packet->rhqoff = hfi1_rcd_head(rcd); in init_packet()
862 update_usrhead(packet->rcd, hfi1_rcd_head(packet->rcd), packet->updegr, in finish_packet()
H A Dchip.c8433 return hfi1_rcd_head(rcd) != tail; in check_packet_present()