Searched refs:is_fecn (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | rc.c | 731 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() argument 745 if (is_fecn) in hfi1_queue_rc_ack() 756 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_9B() argument 798 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B() 804 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_16B() argument 815 bool becn = is_fecn; in hfi1_make_rc_ack_16B() 857 u8 sc5, bool is_fecn, 875 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() argument 895 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() 901 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() [all …]
|
D | verbs.h | 369 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn);
|