Searched refs:is_fecn (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | rc.c | 1237 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() argument 1251 if (is_fecn) in hfi1_queue_rc_ack() 1262 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_9B() argument 1304 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B() 1315 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_16B() argument 1326 bool becn = is_fecn; in hfi1_make_rc_ack_16B() 1368 u8 sc5, bool is_fecn, 1386 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() argument 1406 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() 1412 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() [all …]
|
D | verbs.h | 457 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn);
|