Searched refs:hpt_iop_hba (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.c | 77 static int hptiop_send_sync_msg(struct hpt_iop_hba *hba, 79 static void hptiop_request_callback_itl(struct hpt_iop_hba *hba, 81 static void hptiop_request_callback_mv(struct hpt_iop_hba *hba, u_int64_t req); 82 static void hptiop_request_callback_mvfrey(struct hpt_iop_hba *hba, 84 static void hptiop_os_message_callback(struct hpt_iop_hba *hba, u_int32_t msg); 85 static int hptiop_do_ioctl_itl(struct hpt_iop_hba *hba, 87 static int hptiop_do_ioctl_mv(struct hpt_iop_hba *hba, 89 static int hptiop_do_ioctl_mvfrey(struct hpt_iop_hba *hba, 91 static int hptiop_rescan_bus(struct hpt_iop_hba *hba); 92 static int hptiop_alloc_pci_res_itl(struct hpt_iop_hba *hba); [all …]
|
H A D | hptiop.h | 340 struct hpt_iop_hba { struct 367 struct hpt_iop_hba *next; argument 436 int (*iop_wait_ready)(struct hpt_iop_hba *hba, u_int32_t millisec); argument 437 int (*internal_memalloc)(struct hpt_iop_hba *hba); 438 int (*internal_memfree)(struct hpt_iop_hba *hba); 439 int (*alloc_pci_res)(struct hpt_iop_hba *hba); 440 void (*release_pci_res)(struct hpt_iop_hba *hba); 441 void (*enable_intr)(struct hpt_iop_hba *hba); 442 void (*disable_intr)(struct hpt_iop_hba *hba); 443 int (*get_config)(struct hpt_iop_hba *hba, [all …]
|