Home
last modified time | relevance | path

Searched refs:zfcp_sg_free_table (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/s390/scsi/
Dzfcp_cfdc.c150 zfcp_sg_free_table(sg, ZFCP_CFDC_PAGES); in zfcp_cfdc_sg_setup()
241 zfcp_sg_free_table(fsf_cfdc->sg, ZFCP_CFDC_PAGES); in zfcp_cfdc_dev_ioctl()
Dzfcp_ext.h22 extern void zfcp_sg_free_table(struct scatterlist *, int);
Dzfcp_aux.c569 void zfcp_sg_free_table(struct scatterlist *sg, int count) in zfcp_sg_free_table() function
597 zfcp_sg_free_table(sg, i); in zfcp_sg_setup_table()
Dzfcp_fc.c694 zfcp_sg_free_table(&fc_req->sg_rsp, buf_num); in zfcp_fc_scan_ports()