Home
last modified time | relevance | path

Searched refs:reset_comm (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptiop/
H A Dhptiop.h451 int (*reset_comm)(struct hpt_iop_hba *hba); member
H A Dhptiop.c1749 .reset_comm = 0,
1767 .reset_comm = 0,
1785 .reset_comm = hptiop_reset_comm_mvfrey,
1938 if (hba->ops->reset_comm(hba)) { in hptiop_attach()