Searched refs:cmdptr (Results 1 – 3 of 3) sorted by relevance
809 uint64_t *cmdptr; in cnmac_send_cmd() local812 cmdptr = (uint64_t *)PHYS_TO_XKPHYS(sc->sc_cmdptr.cmdptr, CCA_CACHED); in cnmac_send_cmd()813 cmdptr += sc->sc_cmdptr.cmdptr_idx; in cnmac_send_cmd()815 OCTEON_ETH_KASSERT(cmdptr != NULL); in cnmac_send_cmd()817 *cmdptr++ = pko_cmd_w0; in cnmac_send_cmd()818 *cmdptr++ = pko_cmd_w1; in cnmac_send_cmd()833 *cmdptr++ = buf; in cnmac_send_cmd()834 sc->sc_cmdptr.cmdptr = (uint64_t)buf; in cnmac_send_cmd()
53 uint64_t cmdptr; member
185 sc->sc_cmdptr->cmdptr = (uint64_t)buf_ptr; in cn30xxpko_port_config()