Home
last modified time | relevance | path

Searched refs:fecn (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h75 u8 *ack, bool *becn, bool *fecn, u8 *mig,
86 u8 *age, bool *becn, bool *fecn,
92 u8 age, bool becn, bool fecn, u8 l4,
98 u8 ack, bool becn, bool fecn, u8 mig,
125 __field(bool, fecn)
162 &__entry->fecn,
201 &__entry->fecn,
228 __entry->fecn,
247 __entry->fecn,
285 __field(bool, fecn)
[all …]
H A Dtrace.c118 u8 *ack, bool *becn, bool *fecn, u8 *mig, in hfi1_trace_parse_9b_bth() argument
124 *fecn = ib_bth_get_fecn(ohdr); in hfi1_trace_parse_9b_bth()
169 u8 *age, bool *becn, bool *fecn, in hfi1_trace_parse_16b_hdr() argument
176 *fecn = hfi1_16B_get_fecn(hdr); in hfi1_trace_parse_16b_hdr()
192 u8 age, bool becn, bool fecn, u8 l4, in hfi1_trace_fmt_lrh() argument
203 age, becn, fecn, l4, rc, sc, pkey, entropy); in hfi1_trace_fmt_lrh()
222 u8 ack, bool becn, bool fecn, u8 mig, in hfi1_trace_fmt_rest() argument
241 se, mig, pad, tver, pkey, fecn, becn, in hfi1_trace_fmt_rest()
H A Dtid_rdma.c130 struct rvt_qp *qp, u32 psn, int diff, bool fecn);
135 bool fecn);
2239 bool fecn; in hfi1_rc_rcv_tid_rdma_read_req() local
2249 fecn = process_ecn(qp, packet); in hfi1_rc_rcv_tid_rdma_read_req()
2268 tid_rdma_rcv_err(packet, ohdr, qp, psn, diff, fecn); in hfi1_rc_rcv_tid_rdma_read_req()
2321 if (fecn) in hfi1_rc_rcv_tid_rdma_read_req()
2458 bool fecn; in hfi1_rc_rcv_tid_rdma_read_resp() local
2463 fecn = process_ecn(qp, packet); in hfi1_rc_rcv_tid_rdma_read_resp()
2477 update_r_next_psn_fecn(packet, priv, rcd, flow, fecn); in hfi1_rc_rcv_tid_rdma_read_resp()
2489 if (fecn && packet->etype == RHF_RCV_TYPE_EAGER) { in hfi1_rc_rcv_tid_rdma_read_resp()
[all …]
H A Ddriver.c413 fecn, becn; in hfi1_process_ecn_slowpath() local
424 fecn = hfi1_16B_get_fecn(pkt->hdr); in hfi1_process_ecn_slowpath()
436 fecn = ib_bth_get_fecn(ohdr); in hfi1_process_ecn_slowpath()
479 if (!ignore_fecn && do_cnp && fecn) in hfi1_process_ecn_slowpath()
489 return !ignore_fecn && fecn; in hfi1_process_ecn_slowpath()
H A Drc.c2782 bool copy_last = false, fecn; in hfi1_rc_rcv() local
2791 fecn = process_ecn(qp, packet); in hfi1_rc_rcv()
3075 if (fecn) in hfi1_rc_rcv()
3146 if (fecn) in hfi1_rc_rcv()
3163 if (psn & IB_BTH_REQ_ACK || fecn) { in hfi1_rc_rcv()
3164 if (packet->numpkt == 0 || fecn || in hfi1_rc_rcv()
3206 hfi1_send_rc_ack(packet, fecn); in hfi1_rc_rcv()
/linux/drivers/net/wan/
H A Dhdlc_fr.c97 unsigned fecn: 1; member
105 unsigned fecn: 1;
125 unsigned int fecn: 1; member
424 if (pvc->state.fecn) /* TX Congestion counter */ in pvc_xmit()
924 if (pvc->state.fecn != fh->fecn) { in fr_rx()
927 dlci, fh->fecn ? "N" : "FF"); in fr_rx()
929 pvc->state.fecn ^= 1; in fr_rx()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h199 static inline void __bth_set_fecn(void *arg, int fecn) in __bth_set_fecn() argument
203 if (fecn) in __bth_set_fecn()
355 static inline void bth_set_fecn(struct rxe_pkt_info *pkt, int fecn) in bth_set_fecn() argument
357 __bth_set_fecn(pkt->hdr, fecn); in bth_set_fecn()