Searched refs:pko_cmd_w0 (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/octeon/dev/ |
H A D | if_cnmac.c | 767 uint64_t pko_cmd_w0, pko_cmd_w1; in cnmac_send_makecmd() local 790 pko_cmd_w0 = cnmac_send_makecmd_w0(sc->sc_fau_done.fd_regno, in cnmac_send_makecmd() 798 *rpko_cmd_w0 = pko_cmd_w0; in cnmac_send_makecmd() 806 cnmac_send_cmd(struct cnmac_softc *sc, uint64_t pko_cmd_w0, in cnmac_send_cmd() argument 817 *cmdptr++ = pko_cmd_w0; in cnmac_send_cmd() 850 uint64_t pko_cmd_w0, pko_cmd_w1; in cnmac_send_buf() local 852 error = cnmac_send_makecmd(sc, m, gbuf, &pko_cmd_w0, &pko_cmd_w1); in cnmac_send_buf() 859 error = cnmac_send_cmd(sc, pko_cmd_w0, pko_cmd_w1); in cnmac_send_buf()
|