Searched refs:sg_frags (Results 1 – 2 of 2) sorted by relevance
1560 int frag_size, sg_frags; in bnx2fc_split_bd() local1562 sg_frags = 0; in bnx2fc_split_bd()1568 bd[bd_index + sg_frags].buf_addr_lo = addr & 0xffffffff; in bnx2fc_split_bd()1569 bd[bd_index + sg_frags].buf_addr_hi = addr >> 32; in bnx2fc_split_bd()1570 bd[bd_index + sg_frags].buf_len = (u16)frag_size; in bnx2fc_split_bd()1571 bd[bd_index + sg_frags].flags = 0; in bnx2fc_split_bd()1574 sg_frags++; in bnx2fc_split_bd()1577 return sg_frags; in bnx2fc_split_bd()1591 int sg_frags; in bnx2fc_map_sg() local1606 sg_frags = bnx2fc_split_bd(io_req, addr, sg_len, in bnx2fc_map_sg()[all …]
49 unsigned int sg_frags; member133 host->sg_frags = dma_map_sg(mmc_dev(host->mmc), data->sg, in mvsd_setup_data()299 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->sg_frags, in mvsd_finish_data()