Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
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()
Dhfi.h1514 static inline u32 hfi1_rcd_head(struct hfi1_ctxtdata *rcd) in hfi1_rcd_head() function
2187 return hfi1_rcd_head(rcd) != get_rcvhdrtail(rcd); in hfi1_packet_present()
Dchip.c8433 return hfi1_rcd_head(rcd) != tail; in check_packet_present()