Lines Matching defs:ptr32
2231 struct ncm_pointer32 *ptr32 = NULL;
2296 ptr32 = (struct ncm_pointer32 *)(sc->sc_tx_buf + poffs);
2297 plen = sizeof(*ptr32) + ndgram * sizeof(*dgram32);
2298 USETDW(ptr32->dwSignature, MBIM_NCM_NTH32_SIG(umb_session_id));
2299 USETW(ptr32->wLength, plen);
2300 USETW(ptr32->wReserved6, 0);
2301 USETDW(ptr32->dwNextNdpIndex, 0);
2302 USETDW(ptr32->dwReserved12, 0);
2303 dgram32 = ptr32->dgram;
2349 KASSERT(dgram32 - ptr32->dgram == ndgram);