Lines Matching refs:payload
176 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; 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()
201 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_ack()
223 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_nack()
240 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctrej()
278 if (((u64)tmpep == msg->payload[1]) && in scif_discnct()
279 ((u64)tmpep->remote_ep == msg->payload[0])) { in scif_discnct()
319 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_discnt_ack()
335 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientsend()
351 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_clientrcvd()