Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hptiop/
Dhptiop.h48 #define HPT_SRB_MAX_SIZE ((sizeof(struct hpt_iop_srb) + 0x1f) & ~0x1f) macro
Dhptiop.c1981 HPT_SRB_MAX_SIZE * HPT_SRB_MAX_QUEUE_SIZE + 0x20, in hptiop_attach()
2003 (HPT_SRB_MAX_SIZE * HPT_SRB_MAX_QUEUE_SIZE) + 0x20, in hptiop_attach()
2723 ((char *)srb + i * HPT_SRB_MAX_SIZE); in hptiop_map_srb()
2747 phy_addr += HPT_SRB_MAX_SIZE; in hptiop_map_srb()