Searched refs:sg_num (Results 1 – 7 of 7) sorted by relevance
/drivers/target/ |
D | target_core_iblock.c | 307 iblock_get_bio(struct se_cmd *cmd, sector_t lba, u32 sg_num, int op, in iblock_get_bio() argument 317 bio = bio_alloc_bioset(GFP_NOIO, bio_max_segs(sg_num), in iblock_get_bio() 686 u32 sg_num = sgl_nents; in iblock_execute_rw() local 754 bio = iblock_get_bio(cmd, block_lba, sg_num, op, in iblock_execute_rw() 766 sg_num--; in iblock_execute_rw()
|
/drivers/scsi/ |
D | nsp32.c | 1711 int sg_num = data->cur_lunt->sg_num; in nsp32_adjust_busfree() local 1726 for (new_entry = old_entry; new_entry < sg_num; new_entry++) { in nsp32_adjust_busfree() 1734 if (new_entry == sg_num) { in nsp32_adjust_busfree() 2663 .sg_num = 0, in nsp32_detect()
|
D | nsp32.h | 491 unsigned int sg_num; /* Total number of SG entries */ member
|
/drivers/crypto/ |
D | hifn_795x.c | 1531 int err = -EINVAL, sg_num; in hifn_setup_session() local 1557 sg_num = hifn_cipher_walk(req, &rctx->walk); in hifn_setup_session() 1558 if (sg_num < 0) { in hifn_setup_session() 1559 err = sg_num; in hifn_setup_session() 1564 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) { in hifn_setup_session()
|
/drivers/net/ethernet/neterion/ |
D | s2io.h | 682 int sg_num; member
|
D | s2io.c | 8234 lro->sg_num = 1; in initiate_new_session() 8277 swstats->sum_avg_pkts_aggregated += lro->sg_num; in update_L3L4_header() 8288 lro->sg_num++; in aggregate_new_rx() 8446 if ((*lro)->sg_num == sp->lro_max_aggr_per_sess) { in s2io_club_tcp_session()
|
/drivers/crypto/caam/ |
D | caamhash.c | 694 int sg_num, u32 *sh_desc, in ahash_edesc_alloc() argument 703 unsigned int sg_size = sg_num * sizeof(struct sec4_sg_entry); in ahash_edesc_alloc()
|