nparams            75 drivers/crypto/chelsio/chtls/chtls_io.c static int flowc_wr_credits(int nparams, int *flowclenp)
nparams            79 drivers/crypto/chelsio/chtls/chtls_io.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
nparams           166 drivers/crypto/chelsio/chtls/chtls_io.c 	int nparams, paramidx, flowclen16, flowclen;
nparams           204 drivers/crypto/chelsio/chtls/chtls_io.c 	nparams = paramidx;
nparams           207 drivers/crypto/chelsio/chtls/chtls_io.c 	flowclen16 = flowc_wr_credits(nparams, &flowclen);
nparams           211 drivers/crypto/chelsio/chtls/chtls_io.c 			    FW_FLOWC_WR_NPARAMS_V(nparams));
nparams           593 drivers/infiniband/hw/cxgb4/cm.c 	int nparams;
nparams           600 drivers/infiniband/hw/cxgb4/cm.c 		nparams = 9;
nparams           602 drivers/infiniband/hw/cxgb4/cm.c 		nparams = 10;
nparams           604 drivers/infiniband/hw/cxgb4/cm.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
nparams           612 drivers/infiniband/hw/cxgb4/cm.c 					   FW_FLOWC_WR_NPARAMS_V(nparams));
nparams           635 drivers/infiniband/hw/cxgb4/cm.c 	if (nparams == 10) {
nparams          1767 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		    unsigned int vf, unsigned int nparams, const u32 *params,
nparams          1770 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		       unsigned int vf, unsigned int nparams, const u32 *params,
nparams          1773 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		       unsigned int vf, unsigned int nparams, const u32 *params,
nparams          1777 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 			  unsigned int nparams, const u32 *params,
nparams          1780 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		  unsigned int vf, unsigned int nparams, const u32 *params,
nparams          6818 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		int nparams, param;
nparams          6821 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		nparams = ndbqtimers - dbqtimerix;
nparams          6822 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (nparams > ARRAY_SIZE(params))
nparams          6823 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			nparams = ARRAY_SIZE(params);
nparams          6825 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		for (param = 0; param < nparams; param++)
nparams          6831 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				      nparams, params, vals);
nparams          6835 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		for (param = 0; param < nparams; param++)
nparams          7457 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		       unsigned int vf, unsigned int nparams, const u32 *params,
nparams          7464 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (nparams > 7)
nparams          7474 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	for (i = 0; i < nparams; i++) {
nparams          7483 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		for (i = 0, p = &c.param[0].val; i < nparams; i++, p += 2)
nparams          7489 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		    unsigned int vf, unsigned int nparams, const u32 *params,
nparams          7492 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0,
nparams          7497 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		       unsigned int vf, unsigned int nparams, const u32 *params,
nparams          7500 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0,
nparams          7520 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			  unsigned int nparams, const u32 *params,
nparams          7526 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (nparams > 7)
nparams          7536 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	while (nparams--) {
nparams          7558 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		  unsigned int vf, unsigned int nparams, const u32 *params,
nparams          7561 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	return t4_set_params_timeout(adap, mbox, pf, vf, nparams, params, val,
nparams           623 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c static int t4vf_query_params(struct adapter *adapter, unsigned int nparams,
nparams           631 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	if (nparams > 7)
nparams           639 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 				      param[nparams].mnem), 16);
nparams           641 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++)
nparams           646 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		for (i = 0, p = &rpl.param[0]; i < nparams; i++, p++)
nparams           661 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c int t4vf_set_params(struct adapter *adapter, unsigned int nparams,
nparams           669 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	if (nparams > 7)
nparams           677 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 				      param[nparams]), 16);
nparams           679 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	for (i = 0, p = &cmd.param[0]; i < nparams; i++, p++) {
nparams            76 drivers/phy/socionext/phy-uniphier-usb3hs.c 	int nparams;
nparams           276 drivers/phy/socionext/phy-uniphier-usb3hs.c 	for (i = 0; i < priv->data->nparams; i++)
nparams           322 drivers/phy/socionext/phy-uniphier-usb3hs.c 		    priv->data->nparams > MAX_PHY_PARAMS))
nparams           368 drivers/phy/socionext/phy-uniphier-usb3hs.c 	.nparams = 0,
nparams           372 drivers/phy/socionext/phy-uniphier-usb3hs.c 	.nparams = 2,
nparams           383 drivers/phy/socionext/phy-uniphier-usb3hs.c 	.nparams = 0,
nparams            63 drivers/phy/socionext/phy-uniphier-usb3ss.c 	int nparams;
nparams           178 drivers/phy/socionext/phy-uniphier-usb3ss.c 	for (i = 0; i < priv->data->nparams; i++)
nparams           228 drivers/phy/socionext/phy-uniphier-usb3ss.c 		    priv->data->nparams > MAX_PHY_PARAMS))
nparams           290 drivers/phy/socionext/phy-uniphier-usb3ss.c 	.nparams = 7,
nparams           304 drivers/phy/socionext/phy-uniphier-usb3ss.c 	.nparams = 3,
nparams           194 drivers/scsi/csiostor/csio_mb.c 	       unsigned int pf, unsigned int vf, unsigned int nparams,
nparams           214 drivers/scsi/csiostor/csio_mb.c 		while (nparams--) {
nparams           222 drivers/scsi/csiostor/csio_mb.c 		for (i = 0; i < nparams; i++, p += 2) {
nparams           241 drivers/scsi/csiostor/csio_mb.c 			   enum fw_retval *retval, unsigned int nparams,
nparams           251 drivers/scsi/csiostor/csio_mb.c 		for (i = 0; i < nparams; i++, p += 2)
nparams           588 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	int nparams, flowclen16, flowclen;
nparams           590 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	nparams = FLOWC_WR_NPARAMS_MIN;
nparams           592 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	nparams++;
nparams           594 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
nparams           602 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		*nparamsp = nparams;
nparams           613 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	int nparams, flowclen16, flowclen;
nparams           618 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	flowclen16 = tx_flowc_wr_credits(&nparams, &flowclen);
nparams           622 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		htonl(FW_WR_OP_V(FW_FLOWC_WR) | FW_FLOWC_WR_NPARAMS_V(nparams));
nparams          1392 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	u32 nparams, flowclen16, flowclen;
nparams          1394 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	nparams = FLOWC_WR_NPARAMS_MIN;
nparams          1397 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		nparams++;
nparams          1400 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	nparams++;
nparams          1402 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]);
nparams          1410 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		*nparamsp = nparams;
nparams          1420 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	u32 nparams, flowclen16, flowclen;
nparams          1428 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	flowclen16 = cxgbit_tx_flowc_wr_credits(csk, &nparams, &flowclen);
nparams          1434 drivers/target/iscsi/cxgbit/cxgbit_cm.c 					   FW_FLOWC_WR_NPARAMS_V(nparams));
nparams           180 drivers/video/backlight/tdo24m.c 	int nparams, err = 0;
nparams           186 drivers/video/backlight/tdo24m.c 		nparams = (*p >> 30) & 0x3;
nparams           188 drivers/video/backlight/tdo24m.c 		data = *p << (7 - nparams);
nparams           189 drivers/video/backlight/tdo24m.c 		switch (nparams) {
nparams           208 drivers/video/backlight/tdo24m.c 		x->len = nparams + 2;