Searched refs:txp_ext_desc (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c112 u_int32_t, u_int32_t, struct txp_ext_desc *, u_int8_t,
1342 struct txp_ext_desc *ext;
1356 ext = (struct txp_ext_desc *)(rsp + 1);
1573 txp_command2(struct txp_softc *sc, u_int16_t id, u_int16_t in1, u_int32_t in2, u_int32_t in3, struct txp_ext_desc *in_extp, u_int8_t in_extn, struct txp_rsp_desc **rspp, int wait)
1577 struct txp_ext_desc *ext;
1605 ext = (struct txp_ext_desc *)(((u_int8_t *)sc->sc_cmdring.base) + idx);
1606 memcpy(ext, in_extp, sizeof(struct txp_ext_desc));
1984 struct txp_ext_desc *ext;
1991 ext = (struct txp_ext_desc *)(rsp + 1);
H A Dif_txpreg.h313 struct txp_ext_desc { struct

Completed in 105 milliseconds