Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ciss/
Dciss.c130 static int ciss_filter_physical(struct ciss_softc *sc, struct ciss_lun_report *cll);
1301 struct ciss_lun_report *cll; in ciss_report_luns() local
1309 cll = NULL; in ciss_report_luns()
1316 report_size = sizeof(*cll) + nunits * sizeof(union ciss_device_address); in ciss_report_luns()
1317 if ((cll = malloc(report_size, CISS_MALLOC_CLASS, M_NOWAIT | M_ZERO)) == NULL) { in ciss_report_luns()
1327 cr->cr_data = cll; in ciss_report_luns()
1344 cll->list_size = htonl(report_size - sizeof(*cll)); /* big-endian field */ in ciss_report_luns()
1379 if (error && cll != NULL) { in ciss_report_luns()
1380 free(cll, CISS_MALLOC_CLASS); in ciss_report_luns()
1381 cll = NULL; in ciss_report_luns()
[all …]
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c1396 cl_has_metadata(struct sge_fl *fl, struct cluster_layout *cll) in cl_has_metadata() argument
1398 int rc = fl->flags & FL_BUF_PACKING || cll->region1 > 0; in cl_has_metadata()
1401 MPASS(cll->region3 >= CL_METADATA_SIZE); in cl_has_metadata()
1407 cl_metadata(struct adapter *sc, struct sge_fl *fl, struct cluster_layout *cll, in cl_metadata() argument
1411 if (cl_has_metadata(fl, cll)) { in cl_metadata()
1412 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx]; in cl_metadata()
1443 struct cluster_layout *cll = &sd->cll; in get_scatter_segment() local
1444 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx]; in get_scatter_segment()
1445 struct hw_buf_info *hwb = &sc->sge.hw_buf_info[cll->hwidx]; in get_scatter_segment()
1446 struct cluster_metadata *clm = cl_metadata(sc, fl, cll, sd->cl); in get_scatter_segment()
[all …]
Dadapter.h257 struct cluster_layout cll; member