Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c96 bool neq = qm_fd_addr_get64(a) != qm_fd_addr_get64(b); in fd_neq() local
98 neq |= qm_fd_get_format(a) != qm_fd_get_format(b); in fd_neq()
99 neq |= a->cfg != b->cfg; in fd_neq()
100 neq |= a->cmd != b->cmd; in fd_neq()
102 return neq; in fd_neq()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h246 unsigned int neq; /* N egress Qs */ member
H A Dt4vf_hw.c1118 vfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4vf_get_vfres()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c5646 u32 niqflint, neq, num_ulds; in cfg_queues() local
5673 neq = adap->params.pfres.neq / 2; in cfg_queues()
5674 avail_qsets = min(niqflint, neq); in cfg_queues()
H A Dcxgb4_debugfs.c2580 S("Egress Queues", "%d", neq); in resources_show()
H A Dt4_hw.c2886 pfres->neq = FW_PFVF_CMD_NEQ_G(word); in t4_get_pfres()