pducnt            444 drivers/crypto/chelsio/chtls/chtls_io.c 				unsigned short *pducnt)
pducnt            461 drivers/crypto/chelsio/chtls/chtls_io.c 			*pducnt = data_len / (expppdu + fragsize);
pducnt            462 drivers/crypto/chelsio/chtls/chtls_io.c 			if (*pducnt > 32)
pducnt            463 drivers/crypto/chelsio/chtls/chtls_io.c 				*pducnt = 32;
pducnt            464 drivers/crypto/chelsio/chtls/chtls_io.c 			else if (!*pducnt)
pducnt            465 drivers/crypto/chelsio/chtls/chtls_io.c 				*pducnt = 1;
pducnt            466 drivers/crypto/chelsio/chtls/chtls_io.c 			expnsize = (*pducnt) * expppdu;