Searched refs:tl2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/vnic/ |
H A D | nic_main.c | 830 uint32_t tl2, tl3, tl4; in nic_tx_channel_cfg() local 859 tl2 = tl3 >> 2; in nic_tx_channel_cfg() 860 nic_reg_write(nic, NIC_PF_TL3A_0_63_CFG | (tl2 << 3), tl2); in nic_tx_channel_cfg() 861 nic_reg_write(nic, NIC_PF_TL2_0_63_CFG | (tl2 << 3), rr_quantum); in nic_tx_channel_cfg() 863 nic_reg_write(nic, NIC_PF_TL2_0_63_PRI | (tl2 << 3), 0x00); in nic_tx_channel_cfg()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 3398 u_int32_t rderr, *tl2 = NULL; in nfsrpc_readdir() local 3712 tl2 = (u_int32_t *)cp; in nfsrpc_readdir() 3771 *tl2++ = cookiep->nfsuquad[0] = cookie.lval[0] = in nfsrpc_readdir() 3773 *tl2 = cookiep->nfsuquad[1] = cookie.lval[1] = in nfsrpc_readdir() 3879 u_int32_t *tl2 = NULL, rderr; in nfsrpc_readdirplus() local 4174 tl2 = (u_int32_t *)cp; in nfsrpc_readdirplus() 4249 *tl2++ = cookiep->nfsuquad[0] = cookie.lval[0] = in nfsrpc_readdirplus() 4251 *tl2 = cookiep->nfsuquad[1] = cookie.lval[1] = in nfsrpc_readdirplus()
|