Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Drc.c1238 static inline void hfi1_queue_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_queue_rc_ack() argument
1252 if (is_fecn) in hfi1_queue_rc_ack()
1263 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_9B() argument
1305 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B()
1316 u8 sc5, bool is_fecn, in hfi1_make_rc_ack_16B() argument
1327 bool becn = is_fecn; in hfi1_make_rc_ack_16B()
1369 u8 sc5, bool is_fecn,
1387 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn) in hfi1_send_rc_ack() argument
1407 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack()
1413 hfi1_queue_rc_ack(packet, is_fecn); in hfi1_send_rc_ack()
[all …]
Dverbs.h458 void hfi1_send_rc_ack(struct hfi1_packet *packet, bool is_fecn);