Searched refs:eqid (Results 1 – 3 of 3) sorted by relevance
419 unsigned int vf, unsigned int eqid);421 unsigned int vf, unsigned int eqid);
4467 unsigned int vf, unsigned int eqid) in t4_eth_eq_free() argument4478 c.eqid_pkd = cpu_to_be32(V_FW_EQ_ETH_CMD_EQID(eqid)); in t4_eth_eq_free()4659 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free() argument4669 c.cmpliqid_eqid = cpu_to_be32(V_FW_EQ_CTRL_CMD_EQID(eqid)); in t4_ctrl_eq_free()
5936 int i, cpuid, eqid, count; in find_nth() local5940 eqid = qid % count; in find_nth()5942 for (i = 0; i < eqid; i++) { in find_nth()