Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Dtid_rdma_defs.h91 IB_OPCODE(TID_RDMA, READ_REQ),
/linux/drivers/power/supply/
H A Dab8500-bm.h217 #define READ_REQ 0x01 macro
H A Dab8500_fg.c498 (RESET_ACCU | READ_REQ), 0); in ab8500_fg_coulomb_counter()
641 READ_REQ, READ_REQ); in ab8500_fg_inst_curr_finalize()
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c339 case OP(TID_RDMA, READ_REQ): in parse_everbs_hdrs()
H A Drc.c187 } else if (e->opcode == TID_OP(READ_REQ)) { in make_rc_ack()
324 case TID_OP(READ_REQ): in make_rc_ack()
1091 case TID_OP(READ_REQ): in hfi1_make_rc_req()
1763 if (opcode == TID_OP(READ_REQ)) in hfi1_rc_send_complete()
H A Dtid_rdma.c1771 qp->s_state = TID_OP(READ_REQ); in hfi1_build_tid_rdma_read_packet()
2016 if (!e || (e->opcode != TID_OP(READ_REQ) && in tid_rdma_rcv_error()
2023 if (e->opcode == TID_OP(READ_REQ)) { in tid_rdma_rcv_error()
5478 if ((e->opcode == TID_OP(READ_REQ) || in hfi1_tid_rdma_ack_interlock()
/linux/fs/smb/client/
H A Dcifspdu.h1045 } __attribute__((packed)) READ_REQ; typedef
H A Dcifssmb.c1325 READ_REQ *smb = NULL; in cifs_async_readv()
1388 READ_REQ *pSMB = NULL; in CIFSSMBRead()