Home
last modified time | relevance | path

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

/drivers/infiniband/hw/mlx5/
DMakefile6 cong.o \
/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4376 rspq_flush_handler_t flush_hnd, int cong) in t4_sge_alloc_rxq() argument
4411 if (cong >= 0) in t4_sge_alloc_rxq()
4413 FW_IQ_CMD_IQTYPE_V(cong ? FW_IQ_IQTYPE_NIC in t4_sge_alloc_rxq()
4442 if (cong >= 0) in t4_sge_alloc_rxq()
4444 htonl(FW_IQ_CMD_FL0CNGCHMAP_V(cong) | in t4_sge_alloc_rxq()
4519 if (!is_t4(adap->params.chip) && cong >= 0) { in t4_sge_alloc_rxq()
4527 if (cong == 0) { in t4_sge_alloc_rxq()
4533 if (cong & (1 << i)) in t4_sge_alloc_rxq()
Dcxgb4.h1622 rspq_flush_handler_t flush_handler, int cong);
/drivers/net/ethernet/intel/
De100.c1437 u16 bmcr, stat, id_lo, id_hi, cong; in e100_phy_init() local
1495 cong = mdio_read(netdev, nic->mii.phy_id, MII_NSC_CONG); in e100_phy_init()
1496 cong |= NSC_CONG_TXREADY; in e100_phy_init()
1497 cong &= ~NSC_CONG_ENABLE; in e100_phy_init()
1498 mdio_write(netdev, nic->mii.phy_id, MII_NSC_CONG, cong); in e100_phy_init()