Searched refs:is_fecn (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | rc.c | 1196 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() argument 1210 if (is_fecn) in hfi1_queue_rc_ack() 1221 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_9B() argument 1263 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B() 1274 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_16B() argument 1285 bool becn = is_fecn; in hfi1_make_rc_ack_16B() 1327 u8 sc5, bool is_fecn, 1344 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() argument 1364 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() 1370 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack() [all …]
|
D | verbs.h | 412 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn);
|