HomeSort by: relevance | last modified time | path
    Searched defs:pcn_control_data (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_pcn.c 143 struct pcn_control_data { struct
154 #define PCN_CDOFF(x) offsetof(struct pcn_control_data, x)
262 struct pcn_control_data *sc_control_data;
702 sizeof(struct pcn_control_data), PAGE_SIZE, 0, &seg, 1, &rseg,
710 sizeof(struct pcn_control_data), (void **)&sc->sc_control_data,
718 sizeof(struct pcn_control_data), 1,
719 sizeof(struct pcn_control_data), 0, 0, &sc->sc_cddmamap)) != 0) {
726 sc->sc_control_data, sizeof(struct pcn_control_data), NULL,
883 sizeof(struct pcn_control_data));

Completed in 13 milliseconds