Home
last modified time | relevance | path

Searched refs:mpa (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/sw/siw/
A Dsiw_cm.c258 kfree(cep->mpa.pdata); in __siw_cep_dealloc()
560 if (!cep->mpa.pdata) { in siw_recv_mpa_rr()
562 if (!cep->mpa.pdata) in siw_recv_mpa_rr()
566 s, cep->mpa.pdata + cep->mpa.bytes_rcvd - sizeof(struct mpa_rr), in siw_recv_mpa_rr()
600 req = &cep->mpa.hdr; in siw_proc_mpareq()
706 kfree(cep->mpa.pdata); in siw_proc_mpareq()
708 cep->mpa.pdata = NULL; in siw_proc_mpareq()
733 rep = &cep->mpa.hdr; in siw_proc_mpareply()
1466 cep->mpa.v2_ctrl_req.ird = cep->mpa.v2_ctrl.ird; in siw_connect()
1467 cep->mpa.v2_ctrl_req.ord = cep->mpa.v2_ctrl.ord; in siw_connect()
[all …]
A Dsiw_cm.h56 struct siw_mpa_info mpa; member
/linux/drivers/infiniband/hw/cxgb4/
A Dcm.c976 memcpy(mpa->key, MPA_KEY_REQ, sizeof(mpa->key)); in send_mpa_req()
978 mpa->flags = 0; in send_mpa_req()
980 mpa->flags |= MPA_CRC; in send_mpa_req()
1082 memset(mpa, 0, sizeof(*mpa)); in send_mpa_reject()
1083 memcpy(mpa->key, MPA_KEY_REP, sizeof(mpa->key)); in send_mpa_reject()
1162 memset(mpa, 0, sizeof(*mpa)); in send_mpa_reply()
1163 memcpy(mpa->key, MPA_KEY_REP, sizeof(mpa->key)); in send_mpa_reply()
1164 mpa->flags = 0; in send_mpa_reply()
1166 mpa->flags |= MPA_CRC; in send_mpa_reply()
1503 if (memcmp(mpa->key, MPA_KEY_REP, sizeof(mpa->key))) { in process_mpa_reply()
[all …]
/linux/Documentation/devicetree/bindings/mmc/
A Dfsl-imx-mmc.yaml10 - Markus Pargmann <mpa@pengutronix.de>
/linux/drivers/infiniband/hw/irdma/
A Dctrl.c1479 __be16 *mpa; in irdma_iwarp_opcode() local
1483 mpa = (__be16 *)pkt; in irdma_iwarp_opcode()
1484 opcode = ntohs(mpa[1]) & 0xf; in irdma_iwarp_opcode()
1778 __be32 *mpa; in irdma_terminate_received() local
1784 mpa = (__be32 *)irdma_locate_mpa(pkt); in irdma_terminate_received()
1787 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in irdma_terminate_received()
1788 rdma_ctl = ntohl(mpa[0]) & 0xff; in irdma_terminate_received()
1793 else if (ntohl(mpa[2]) != 2) in irdma_terminate_received()
1795 else if (ntohl(mpa[3]) != 1) in irdma_terminate_received()
1797 else if (ntohl(mpa[4]) != 0) in irdma_terminate_received()
[all …]
A Dcm.c869 struct irdma_kmem_info *mpa, u8 mpa_key) in irdma_cm_build_mpa_frame() argument
876 irdma_build_mpa_v1(cm_node, mpa->addr, mpa_key); in irdma_cm_build_mpa_frame()
880 irdma_build_mpa_v2(cm_node, mpa->addr, mpa_key); in irdma_cm_build_mpa_frame()

Completed in 38 milliseconds