Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hptiop/
Dhptiop.h406 struct hpt_iop_srb *srb_list; member
Dhptiop.c2278 if (hba->srb_list) { in hptiop_get_srb()
2279 srb = hba->srb_list; in hptiop_get_srb()
2280 hba->srb_list = srb->next; in hptiop_get_srb()
2289 srb->next = hba->srb_list; in hptiop_free_srb()
2290 hba->srb_list = srb; in hptiop_free_srb()