Searched refs:V_FW_IQ_CMD_PFN (Results 1 – 3 of 3) sorted by relevance
4412 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_iq_start_stop()4443 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_iq_free()4475 c.op_to_vfn |= cpu_to_be32(V_FW_IQ_CMD_PFN(pf) | in t4_eth_eq_free()
897 #define V_FW_IQ_CMD_PFN(x) ((x) << S_FW_IQ_CMD_PFN) macro
1811 c.op_to_vfn |= htonl(V_FW_IQ_CMD_PFN(adap->pf) | in t4_sge_alloc_rxq()