Searched defs:mly (Results 1 - 2 of 2) sorted by relevance

/src/sys/dev/pci/
H A Dmlyvar.h239 mly_inb(struct mly_softc *mly, int off) argument
248 mly_inw(struct mly_softc *mly, int off) argument
257 mly_inl(struct mly_softc * mly,int off) argument
266 mly_outb(struct mly_softc * mly,int off,u_int8_t val) argument
275 mly_outw(struct mly_softc * mly,int off,u_int16_t val) argument
284 mly_outl(struct mly_softc * mly,int off,u_int32_t val) argument
293 mly_idbr_true(struct mly_softc * mly,u_int8_t mask) argument
302 mly_odbr_true(struct mly_softc * mly,u_int8_t mask) argument
309 mly_error_valid(struct mly_softc * mly) argument
[all...]
H A Dmly.c281 struct mly_softc *mly; local in function:mly_attach
571 mly_scan_channel(struct mly_softc * mly,int bus) argument
591 struct mly_softc *mly; local in function:mly_shutdown
608 mly_get_controllerinfo(struct mly_softc * mly) argument
640 mly_scan_btl(struct mly_softc * mly,int bus,int target) argument
705 mly_complete_rescan(struct mly_softc * mly,struct mly_ccb * mc) argument
816 mly_get_eventstatus(struct mly_softc * mly) argument
852 mly_enable_mmbox(struct mly_softc * mly) argument
892 mly_flush(struct mly_softc * mly) argument
914 mly_ioctl(struct mly_softc * mly,struct mly_cmd_ioctl * ioctl,void ** data,size_t datasize,void * sense_buffer,size_t * sense_length) argument
997 mly_check_event(struct mly_softc * mly) argument
1036 mly_fetch_event(struct mly_softc * mly) argument
1104 mly_complete_event(struct mly_softc * mly,struct mly_ccb * mc) argument
1130 mly_process_event(struct mly_softc * mly,struct mly_event * me) argument
1255 struct mly_softc *mly; local in function:mly_thread
1293 mly_ccb_poll(struct mly_softc * mly,struct mly_ccb * mc,int timo) argument
1315 mly_ccb_wait(struct mly_softc * mly,struct mly_ccb * mc,int timo) argument
1338 mly_ccb_enqueue(struct mly_softc * mly,struct mly_ccb * mc) argument
1360 mly_ccb_submit(struct mly_softc * mly,struct mly_ccb * mc) argument
1439 struct mly_softc *mly; local in function:mly_intr
1530 mly_ccb_complete(struct mly_softc * mly,struct mly_ccb * mc) argument
1555 mly_ccb_alloc(struct mly_softc * mly,struct mly_ccb ** mcp) argument
1574 mly_ccb_free(struct mly_softc * mly,struct mly_ccb * mc) argument
1611 mly_alloc_ccbs(struct mly_softc * mly) argument
1665 mly_release_ccbs(struct mly_softc * mly) argument
1685 mly_ccb_map(struct mly_softc * mly,struct mly_ccb * mc) argument
1765 mly_ccb_unmap(struct mly_softc * mly,struct mly_ccb * mc) argument
1813 struct mly_softc *mly; local in function:mly_scsipi_request
1939 mly_scsipi_complete(struct mly_softc * mly,struct mly_ccb * mc) argument
2018 mly_get_xfer_mode(struct mly_softc * mly,int bus,struct scsipi_xfer_mode * xm) argument
2070 struct mly_softc *mly; local in function:mly_scsipi_ioctl
2092 mly_fwhandshake(struct mly_softc * mly) argument
2183 mly_dmamem_alloc(struct mly_softc * mly,int size,bus_dmamap_t * dmamap,void ** kva,bus_addr_t * paddr,bus_dma_segment_t * seg) argument
2239 mly_dmamem_free(struct mly_softc * mly,int size,bus_dmamap_t dmamap,void * kva,bus_dma_segment_t * seg) argument
2256 struct mly_softc *mly; local in function:mlyopen
2276 struct mly_softc *mly; local in function:mlyclose
2290 struct mly_softc *mly; local in function:mlyioctl
2325 mly_user_command(struct mly_softc * mly,struct mly_user_command * uc) argument
2414 mly_user_health(struct mly_softc * mly,struct mly_user_health * uh) argument
[all...]

Completed in 5 milliseconds