Home
last modified time | relevance | path

Searched refs:cr_sg_tag (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ciss/
H A Dcissvar.h115 int cr_sg_tag; member
H A Dciss.c2555 cr->cr_sg_tag = CISS_SG_MAX; /* Backstop to prevent accidents */ in ciss_get_request()
2801 cr->cr_sg_tag = CISS_SG_NONE; in ciss_map_request()
2841 cr->cr_sg_tag = CISS_SG_NONE; in ciss_request_map_helper()
2843 cr->cr_sg_tag = CISS_SG_1; in ciss_request_map_helper()
2845 cr->cr_sg_tag = CISS_SG_2; in ciss_request_map_helper()
2847 cr->cr_sg_tag = CISS_SG_4; in ciss_request_map_helper()
2849 cr->cr_sg_tag = CISS_SG_8; in ciss_request_map_helper()
2851 cr->cr_sg_tag = CISS_SG_16; in ciss_request_map_helper()
2853 cr->cr_sg_tag = CISS_SG_32; in ciss_request_map_helper()
2855 cr->cr_sg_tag = CISS_SG_MAX; in ciss_request_map_helper()
H A Dcissreg.h841 …ERF_POST_CMD(sc, cr) CISS_TL_SIMPLE_WRITE(sc, CISS_TL_SIMPLE_IPQ, cr->cr_ccphys | (cr)->cr_sg_tag)