Searched refs:mpa (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 1353 struct mpa_message *mpa; in send_mpa_req() local 1361 mpalen = sizeof(*mpa) + ep->plen; in send_mpa_req() 1365 mpa = malloc(mpalen, M_CXGBE, M_NOWAIT); in send_mpa_req() 1366 if (mpa == NULL) { in send_mpa_req() 1373 memset(mpa, 0, mpalen); in send_mpa_req() 1374 memcpy(mpa->key, MPA_KEY_REQ, sizeof(mpa->key)); in send_mpa_req() 1375 mpa->flags = (crc_enabled ? MPA_CRC : 0) | in send_mpa_req() 1378 mpa->private_data_size = htons(ep->plen); in send_mpa_req() 1379 mpa->revision = mpa_rev_to_use; in send_mpa_req() 1387 mpa->private_data_size = htons(ntohs(mpa->private_data_size) + in send_mpa_req() [all …]
|
| /src/sys/amd64/amd64/ |
| H A D | kexec_support.c | 70 vm_paddr_t mpa; in kexec_generate_page_tables() local 88 mpa = VM_PAGE_TO_PHYS(m); in kexec_generate_page_tables() 89 root[i] = mpa | PG_RW | PG_V; in kexec_generate_page_tables() 96 mpa = VM_PAGE_TO_PHYS(m); in kexec_generate_page_tables() 97 pdp[j] = mpa | PG_RW | PG_V; in kexec_generate_page_tables() 111 mpa = VM_PAGE_TO_PHYS(m); in kexec_generate_page_tables() 112 pde[k] = mpa | PG_V | PG_RW; in kexec_generate_page_tables()
|
| /src/sys/dev/irdma/ |
| H A D | irdma_ctrl.c | 1615 BE16 *mpa; in irdma_iwarp_opcode() local 1619 mpa = (BE16 *) pkt; in irdma_iwarp_opcode() 1620 opcode = IRDMA_NTOHS(mpa[1]) & 0xf; in irdma_iwarp_opcode() 1919 BE32 *mpa; in irdma_terminate_received() local 1925 mpa = (BE32 *) irdma_locate_mpa(pkt); in irdma_terminate_received() 1928 ddp_ctl = (ntohl(mpa[0]) >> 8) & 0xff; in irdma_terminate_received() 1929 rdma_ctl = ntohl(mpa[0]) & 0xff; in irdma_terminate_received() 1934 else if (ntohl(mpa[2]) != 2) in irdma_terminate_received() 1936 else if (ntohl(mpa[3]) != 1) in irdma_terminate_received() 1938 else if (ntohl(mpa[4]) != 0) in irdma_terminate_received() [all …]
|
| H A D | irdma_cm.c | 1008 struct irdma_kmem_info *mpa, u8 mpa_key) in irdma_cm_build_mpa_frame() argument 1015 irdma_build_mpa_v1(cm_node, mpa->addr, mpa_key); in irdma_cm_build_mpa_frame() 1019 irdma_build_mpa_v2(cm_node, mpa->addr, mpa_key); in irdma_cm_build_mpa_frame()
|
| /src/contrib/file/src/ |
| H A D | apprentice.c | 1141 struct magic mpa = *ma->mp; in apprentice_sort() local 1143 mpa.lineno = mpb.lineno = 0; in apprentice_sort() 1144 int x = memcmp(&mpa, &mpb, sizeof(mpa)); in apprentice_sort() 1147 if (mpa.type == FILE_DER) in apprentice_sort()
|