Searched refs:hwm (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/net/skfp/ |
D | hwmtm.c | 271 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *) in mac_drv_init() 281 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; in mac_drv_init() 284 if (!(smc->os.hwm.mbuf_pool.mb_start = (SMbuf *) mac_drv_get_space(smc, in mac_drv_init() 364 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p + in init_txd_ring() 401 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; in init_rxd_ring() 434 mb = smc->os.hwm.mbuf_pool.mb_start ; in init_fddi_driver() 435 smc->os.hwm.mbuf_pool.mb_free = (SMbuf *)NULL ; in init_fddi_driver() 457 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver() 458 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver() 459 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = smc->os.hwm.pass_DB = 0 ; in init_fddi_driver() [all …]
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | xgmac.c | 339 int hwm; in rx_fifo_hwm() local 341 hwm = max(MAC_RXFIFO_SIZE - 3 * mtu, (MAC_RXFIFO_SIZE * 38) / 100); in rx_fifo_hwm() 342 return min(hwm, MAC_RXFIFO_SIZE - 8192); in rx_fifo_hwm() 347 int hwm, lwm, divisor; in t3_mac_set_mtu() local 395 hwm = rx_fifo_hwm(mtu); in t3_mac_set_mtu() 402 V_RXFIFOPAUSEHWM(hwm / 8); in t3_mac_set_mtu() 421 (hwm - lwm) * 4 / divisor); in t3_mac_set_mtu()
|
/linux-2.6.39/fs/jfs/ |
D | jfs_txnmgr.c | 801 xtlck->hwm.offset = 0; in txLock() 1713 int next, lwm, hwm; in xtLog() local 1863 hwm = xtlck->hwm.offset; in xtLog() 1865 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog() 1868 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog() 1877 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog() 1948 hwm = xtlck->hwm.offset; in xtLog() 1991 if (hwm >= next) { in xtLog() 2000 hwm = xtlck->hwm.offset; in xtLog() 2002 cpu_to_le16(hwm - next + 1); in xtLog() [all …]
|
D | jfs_txnmgr.h | 199 struct lv hwm; /* 2: high water mark */ member
|
D | jfs_xtree.c | 3301 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate() 3504 xtlck->hwm.offset = in xtTruncate() 3579 xtlck->hwm.offset = in xtTruncate() 3799 xtlck->hwm.offset = index; in xtTruncate_pmap() 3831 xtlck->hwm.offset = le16_to_cpu(p->header.nextindex) - 1; in xtTruncate_pmap()
|
D | jfs_dmap.c | 602 s64 hwm = 0; in dbNextAG() local 635 } else if (bmp->db_agfree[agpref] > hwm) { in dbNextAG() 637 hwm = bmp->db_agfree[agpref]; in dbNextAG()
|
/linux-2.6.39/drivers/net/skfp/h/ |
D | targetos.h | 156 struct hw_modul hwm ; member
|
/linux-2.6.39/drivers/net/igb/ |
D | igb_main.c | 1584 u16 hwm; in igb_reset() local 1654 hwm = min(((pba << 10) * 9 / 10), in igb_reset() 1657 fc->high_water = hwm & 0xFFF0; /* 16-byte granularity */ in igb_reset() 1692 hwm = (pba - 4) << 10; in igb_reset() 1709 wr32(E1000_FCRTC, hwm); in igb_reset()
|
/linux-2.6.39/drivers/net/e1000e/ |
D | netdev.c | 3141 u16 hwm; in e1000e_reset() local 3218 hwm = min(((pba << 10) * 9 / 10), in e1000e_reset() 3221 hwm = min(((pba << 10) * 9 / 10), in e1000e_reset() 3224 fc->high_water = hwm & E1000_FCRTH_RTH; /* 8-byte granularity */ in e1000e_reset()
|
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_main.c | 564 u16 hwm; in e1000_reset() local 673 hwm = min(((pba << 10) * 9 / 10), in e1000_reset() 676 hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */ in e1000_reset()
|