Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h86 u8 *age, bool *becn, bool *fecn,
125 __field(bool, fecn)
162 &__entry->fecn,
201 &__entry->fecn,
228 __entry->fecn,
247 __entry->fecn,
285 __field(bool, fecn)
322 &__entry->fecn,
369 &__entry->fecn,
392 __entry->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.c2239 bool fecn; in hfi1_rc_rcv_tid_rdma_read_req() local
2321 if (fecn) in hfi1_rc_rcv_tid_rdma_read_req()
2458 bool fecn; in hfi1_rc_rcv_tid_rdma_read_resp() local
3669 bool fecn; in hfi1_rc_rcv_tid_rdma_write_req() local
3812 if (fecn) in hfi1_rc_rcv_tid_rdma_write_req()
4049 bool fecn; in hfi1_rc_rcv_tid_rdma_write_resp() local
4200 if (fecn) in hfi1_rc_rcv_tid_rdma_write_resp()
4282 bool fecn; in hfi1_rc_rcv_tid_rdma_write_data() local
4406 if (fecn) in hfi1_rc_rcv_tid_rdma_write_data()
4881 bool fecn; in hfi1_rc_rcv_tid_rdma_resync() local
[all …]
H A Dhfi.h1954 bool fecn, becn; in hfi1_may_ecn() local
1957 fecn = hfi1_16B_get_fecn(pkt->hdr); in hfi1_may_ecn()
1960 fecn = ib_bth_get_fecn(pkt->ohdr); in hfi1_may_ecn()
1963 return fecn || becn; in hfi1_may_ecn()
2620 bool becn, bool fecn, u8 l4, in hfi1_make_16b_hdr() argument
2631 lrh1 = (lrh1 & ~OPA_16B_FECN_MASK) | (fecn << OPA_16B_FECN_SHIFT); in hfi1_make_16b_hdr()
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()
/openbmc/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()
/openbmc/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()