Home
last modified time | relevance | path

Searched refs:RCFW_MAX_COOKIE_VALUE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c127 cookie = rcfw->seq_num & RCFW_MAX_COOKIE_VALUE; in __send_message()
217 cookie = le16_to_cpu(req->cookie) & RCFW_MAX_COOKIE_VALUE; in bnxt_qplib_rcfw_send_message()
336 cookie &= RCFW_MAX_COOKIE_VALUE; in bnxt_qplib_process_qp_event()
Dqplib_rcfw.h110 #define RCFW_MAX_COOKIE_VALUE 0x7FFF macro