Searched refs:cong (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/hw/mlx5/ |
D | Makefile | 6 cong.o \
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 4376 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()
|
D | cxgb4.h | 1622 rspq_flush_handler_t flush_handler, int cong);
|
/drivers/net/ethernet/intel/ |
D | e100.c | 1437 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()
|