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

/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.h342 struct hpt_iop_hba { struct
369 struct hpt_iop_hba *next;
438 int (*iop_wait_ready)(struct hpt_iop_hba *hba, u_int32_t millisec);
439 int (*internal_memalloc)(struct hpt_iop_hba *hba);
440 int (*internal_memfree)(struct hpt_iop_hba *hba);
441 int (*alloc_pci_res)(struct hpt_iop_hba *hba);
442 void (*release_pci_res)(struct hpt_iop_hba *hba);
443 void (*enable_intr)(struct hpt_iop_hba *hba);
444 void (*disable_intr)(struct hpt_iop_hba *hba);
445 int (*get_config)(struct hpt_iop_hba *hb
[all...]
H A Dhptiop.c82 static int hptiop_send_sync_msg(struct hpt_iop_hba *hba,
84 static void hptiop_request_callback_itl(struct hpt_iop_hba *hba,
86 static void hptiop_request_callback_mv(struct hpt_iop_hba *hba, u_int64_t req);
87 static void hptiop_request_callback_mvfrey(struct hpt_iop_hba *hba,
89 static void hptiop_os_message_callback(struct hpt_iop_hba *hba, u_int32_t msg);
90 static int hptiop_do_ioctl_itl(struct hpt_iop_hba *hba,
92 static int hptiop_do_ioctl_mv(struct hpt_iop_hba *hba,
94 static int hptiop_do_ioctl_mvfrey(struct hpt_iop_hba *hba,
96 static int hptiop_rescan_bus(struct hpt_iop_hba *hba);
97 static int hptiop_alloc_pci_res_itl(struct hpt_iop_hba *hb
[all...]

Completed in 102 milliseconds