Searched refs:pHdr (Results 1 – 2 of 2) sorted by relevance
46 uint8_t * pHdr; in BnxeRouteTxRing() local70 pHdr = pMblk->b_rptr; in BnxeRouteTxRing()72 etype = ntohs(((struct ether_header *)pHdr)->ether_type); in BnxeRouteTxRing()76 etype = ntohs(((struct ether_vlan_header *)pHdr)->ether_type); in BnxeRouteTxRing()87 pHdr = NULL; in BnxeRouteTxRing()91 pHdr = (pMblk->b_rptr + eHdrSize); in BnxeRouteTxRing()94 pHdr = (mblkLen > (((*pHdr & 0x0f) << 2) + sizeof(uint32_t))) ? in BnxeRouteTxRing()98 if (pHdr == NULL) in BnxeRouteTxRing()119 pHdr = hdrs_buf; in BnxeRouteTxRing()122 pHdr += eHdrSize; in BnxeRouteTxRing()[all …]
647 PageHdr *pHdr; in zeroPage() local651 pHdr = &pPage->u.hdr; in zeroPage()652 pHdr->firstCell = 0; in zeroPage()653 pHdr->firstFree = SWAB16(pBt, sizeof(*pHdr)); in zeroPage()654 pFBlk = (FreeBlk*)&pHdr[1]; in zeroPage()656 pPage->nFree = SQLITE_USABLE_SIZE - sizeof(*pHdr); in zeroPage()