Searched refs:ocs_softc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/dev/ocs_fc/ |
| HD | ocs_pci.c | 64 static void ocs_release_bus(struct ocs_softc *); 65 static int32_t ocs_intr_alloc(struct ocs_softc *); 66 static int32_t ocs_intr_setup(struct ocs_softc *); 67 static int32_t ocs_intr_teardown(struct ocs_softc *); 70 static int32_t ocs_init_dma_tag(struct ocs_softc *ocs); 115 ocs_map_bars(device_t dev, struct ocs_softc *ocs) in ocs_map_bars() 139 ocs_setup_params(struct ocs_softc *ocs) in ocs_setup_params() 464 struct ocs_softc *ocs; in ocs_pci_attach() 469 ocs = (struct ocs_softc *)device_get_softc(dev); in ocs_pci_attach() 474 memset(ocs, 0, sizeof(struct ocs_softc)); in ocs_pci_attach() [all …]
|
| HD | ocs_cam.c | 65 static int32_t ocs_tgt_resource_abort(struct ocs_softc *, ocs_tgt_resource_t *); 66 static uint32_t ocs_abort_initiator_io(struct ocs_softc *ocs, union ccb *accb); 67 static void ocs_abort_inot(struct ocs_softc *ocs, union ccb *ccb); 68 static void ocs_abort_atio(struct ocs_softc *ocs, union ccb *ccb); 75 ocs_fcp_change_role(struct ocs_softc *ocs, ocs_fcport *fcp, uint32_t new_role); 85 static inline ocs_io_t *ocs_scsi_find_io(struct ocs_softc *ocs, uint32_t tag) in ocs_scsi_find_io() 1016 struct ocs_softc *ocs = node->ocs; in ocs_add_new_tgt() 1164 struct ocs_softc *ocs = node->ocs; in ocs_scsi_del_target() 1349 struct ocs_softc *ocs = csio->ccb_h.ccb_ocs_ptr; in ocs_scsi_target_io_cb() 1419 struct ocs_softc *ocs = NULL; in ocs_io_abort_cb() [all …]
|
| HD | ocs_ioctl.c | 64 struct ocs_softc *ocs = cdev->si_drv1; in ocs_open() 75 struct ocs_softc *ocs = cdev->si_drv1; in ocs_close() 85 struct ocs_softc *ocs = arg; in __ocs_ioctl_mbox_cb() 356 struct ocs_softc *ocs = cdev->si_drv1; in ocs_ioctl() 1213 struct ocs_softc *ocs = os; in ocs_debug_attach() 1244 struct ocs_softc *ocs = os; in ocs_debug_detach()
|
| HD | ocs.h | 105 struct ocs_softc { struct
|
| HD | ocs_os.c | 321 struct ocs_softc *ocs = os; in ocs_dma_free() 363 struct ocs_softc *ocs = os; in ocs_dma_alloc()
|
| HD | ocs_os.h | 157 typedef struct ocs_softc ocs_t;
|