Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c178 static const char *_vq_hoq(struct _lm_device_t* pdev,IN const char *vq_regname) in _vq_hoq() argument
198 if (!strncmp("PXP2_REG_RQ_VQ",vq_regname,14)) { in _vq_hoq()
199 if (vq_regname[15] == '_') vq = (int)(vq_regname[14] - '0'); in _vq_hoq()
200 … else if (vq_regname[16] == '_') vq = (int)(10 * (vq_regname[14] - '0') + vq_regname[15] - '0'); in _vq_hoq()
203 …snprintf(hoq_msg, SNPRINTF_VAR(hoq_msg) "Error: cannot get VQ # from register name %s",vq_regname); in _vq_hoq()