Lines Matching refs:msg

128 void scif_cnctreq(struct scif_dev *scifdev, struct scifmsg *msg)  in scif_cnctreq()  argument
138 ep = scif_find_listen_ep(msg->dst.port); in scif_cnctreq()
151 conreq->msg = *msg; in scif_cnctreq()
161 msg->uop = SCIF_CNCT_REJ; in scif_cnctreq()
162 scif_nodeqp_send(&scif_dev[msg->src.node], msg); in scif_cnctreq()
174 void scif_cnctgnt(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt() argument
176 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt()
180 ep->peer.node = msg->src.node; in scif_cnctgnt()
181 ep->peer.port = msg->src.port; in scif_cnctgnt()
182 ep->qp_info.gnt_pld = msg->payload[1]; in scif_cnctgnt()
183 ep->remote_ep = msg->payload[2]; in scif_cnctgnt()
199 void scif_cnctgnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt_ack() argument
201 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_ack()
221 void scif_cnctgnt_nack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt_nack() argument
223 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_nack()
238 void scif_cnctrej(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctrej() argument
240 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctrej()
263 void scif_discnct(struct scif_dev *scifdev, struct scifmsg *msg) in scif_discnct() argument
278 if (((u64)tmpep == msg->payload[1]) && in scif_discnct()
279 ((u64)tmpep->remote_ep == msg->payload[0])) { in scif_discnct()
307 msg->uop = SCIF_DISCNT_ACK; in scif_discnct()
308 scif_nodeqp_send(&scif_dev[msg->src.node], msg); in scif_discnct()
317 void scif_discnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_discnt_ack() argument
319 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_discnt_ack()
333 void scif_clientsend(struct scif_dev *scifdev, struct scifmsg *msg) in scif_clientsend() argument
335 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientsend()
349 void scif_clientrcvd(struct scif_dev *scifdev, struct scifmsg *msg) in scif_clientrcvd() argument
351 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientrcvd()