Home
last modified time | relevance | path

Searched refs:ISCSI_ISER_SG_TABLESIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/iser/
Dicl_iser.h105 #define ISCSI_ISER_SG_TABLESIZE (0x80000 >> SHIFT_4K) macro
246 struct scatterlist sgl[ISCSI_ISER_SG_TABLESIZE];
Diser_verbs.c323 res->mr = ib_alloc_mr(pd, IB_MR_TYPE_MEM_REG, ISCSI_ISER_SG_TABLESIZE + 1); in iser_alloc_reg_res()