Symbol: refill
usr/src/boot/libsa/nfs.c
778
refill:
usr/src/boot/libsa/nfs.c
821
goto refill;
usr/src/cmd/od/od.c
863
for (refill(&buffer); buffer.navail > 0; refill(&buffer)) {
usr/src/uts/common/fs/proc/prsubr.c
4435
refill:
usr/src/uts/common/fs/proc/prsubr.c
4471
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
118
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
124
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
130
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
152
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
164
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
186
goto refill;
usr/src/uts/common/io/bge/bge_recv2.c
247
refill:
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
225
u16 *refill)
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
231
refill[tc] = tc_config[tc].path[direction].data_credits_refill;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
462
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
465
ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
473
ret = ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
480
ret = ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwgid,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
502
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
505
ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
512
ret = ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
52
s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
520
ret = ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
543
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
546
ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
554
ret = ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
562
ret = ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
648
u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
652
ixgbe_dcb_unpack_refill_cee(dcb_config, IXGBE_DCB_TX_CONFIG, refill);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
664
refill, max, bwgid, tsa);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
673
refill, max, bwgid,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
712
s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
717
ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
718
ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
720
ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
728
ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
730
ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
732
ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb.c
75
refill[i] = (u16)val;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
112
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
135
credit_refill = refill[i];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
171
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
192
reg |= (u32)(refill[i]);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
218
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
234
reg = refill[i];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
351
u16 *refill, u16 *max, u8 *bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
356
ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
357
ixgbe_dcb_config_tx_desc_arbiter_82598(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
359
ixgbe_dcb_config_tx_data_arbiter_82598(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
121
s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
151
credit_refill = refill[i];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
183
s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
199
reg |= (u32)(refill[i]);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
232
s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
262
reg = refill[i];
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
597
u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
602
ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, tsa,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
604
ixgbe_dcb_config_tx_desc_arbiter_82599(hw, refill, max, bwg_id,
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
606
ixgbe_dcb_config_tx_data_arbiter_82599(hw, refill, max, bwg_id,
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1818
boolean_t refill, draining;
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1841
refill = B_FALSE;
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1847
refill = B_TRUE;
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1849
refill = B_FALSE;
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
1856
} while (refill);