rx_opt 792 dev/ic/acx.c struct acx_conf_rxopt rx_opt;
rx_opt 795 dev/ic/acx.c rx_opt.opt1 = htole16(RXOPT1_INCL_RXBUF_HDR);
rx_opt 796 dev/ic/acx.c rx_opt.opt2 = htole16(
rx_opt 810 dev/ic/acx.c rx_opt.opt1 |= RXOPT1_PROMISC;
rx_opt 811 dev/ic/acx.c rx_opt.opt2 |= RXOPT2_RECV_BROKEN | RXOPT2_RECV_ACK;
rx_opt 813 dev/ic/acx.c rx_opt.opt1 |= RXOPT1_FILT_FDEST;
rx_opt 816 dev/ic/acx.c if (acx_set_conf(sc, ACX_CONF_RXOPT, &rx_opt, sizeof(rx_opt)) != 0) {