Home
last modified time | relevance | path

Searched refs:r_state (Results 1 – 16 of 16) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_uc.c279 if (qp->r_state == OP(SEND_FIRST) || in qib_uc_rcv()
280 qp->r_state == OP(SEND_MIDDLE)) { in qib_uc_rcv()
285 qp->r_state = OP(SEND_LAST); in qib_uc_rcv()
303 switch (qp->r_state) { in qib_uc_rcv()
522 qp->r_state = opcode; in qib_uc_rcv()
Dqib_rc.c1918 switch (qp->r_state) { in qib_rc_rcv()
2157 qp->r_state = opcode; in qib_rc_rcv()
2221 qp->r_state = opcode; in qib_rc_rcv()
2237 qp->r_state = opcode; in qib_rc_rcv()
Dqib_qp.c390 qp->r_state = IB_OPCODE_RC_SEND_LAST; in qib_reset_qp()
393 qp->r_state = IB_OPCODE_UC_SEND_LAST; in qib_reset_qp()
Dqib_verbs.h482 u8 r_state; /* opcode of last packet received */ member
/drivers/staging/rdma/hfi1/
Duc.c329 if (qp->r_state == OP(SEND_FIRST) || in hfi1_uc_rcv()
330 qp->r_state == OP(SEND_MIDDLE)) { in hfi1_uc_rcv()
335 qp->r_state = OP(SEND_LAST); in hfi1_uc_rcv()
353 switch (qp->r_state) { in hfi1_uc_rcv()
571 qp->r_state = opcode; in hfi1_uc_rcv()
Drc.c2007 switch (qp->r_state) { in hfi1_rc_rcv()
2242 qp->r_state = opcode; in hfi1_rc_rcv()
2309 qp->r_state = opcode; in hfi1_rc_rcv()
2328 qp->r_state = opcode; in hfi1_rc_rcv()
Dqp.c374 qp->r_state = IB_OPCODE_RC_SEND_LAST; in reset_qp()
377 qp->r_state = IB_OPCODE_UC_SEND_LAST; in reset_qp()
Dverbs.h492 u8 r_state; /* opcode of last packet received */ member
/drivers/staging/rdma/ipath/
Dipath_uc.c295 qp->r_state = OP(SEND_LAST); in ipath_uc_rcv()
314 switch (qp->r_state) { in ipath_uc_rcv()
544 qp->r_state = opcode; in ipath_uc_rcv()
Dipath_rc.c1635 switch (qp->r_state) { in ipath_rc_rcv()
1856 qp->r_state = opcode; in ipath_rc_rcv()
1919 qp->r_state = opcode; in ipath_rc_rcv()
1934 qp->r_state = opcode; in ipath_rc_rcv()
Dipath_qp.c339 qp->r_state = IB_OPCODE_RC_SEND_LAST; in ipath_reset_qp()
342 qp->r_state = IB_OPCODE_UC_SEND_LAST; in ipath_reset_qp()
Dipath_verbs.h408 u8 r_state; /* opcode of last packet received */ member
/drivers/isdn/hisax/
Dnetjet.c128 bcs->hw.tiger.r_state = HDLC_ZERO_SEARCH; in mode_tiger()
403 register u_char state = bcs->hw.tiger.r_state; in read_raw()
569 bcs->hw.tiger.r_state = state; in read_raw()
Dhisax.h453 u_char r_state; member
/drivers/net/fddi/skfp/
Dskfddi.c2181 void rmt_state_change(struct s_smc *smc, int r_state) in rmt_state_change() argument
2186 switch (r_state) { in rmt_state_change()
/drivers/net/fddi/skfp/h/
Dcmtdef.h562 void rmt_state_change(struct s_smc *smc, int r_state);