Home
last modified time | relevance | path

Searched refs:mtl (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_move.c87 recno_t cnt, diff, fl, tl, mfl, mtl; in ex_move() local
137 mtl = tl; in ex_move()
155 mtl = tl + diff; in ex_move()
182 lmp->lno >= mfl && lmp->lno <= mtl) in ex_move()
/freebsd/usr.bin/mt/
H A Dmt.c650 struct mtlocate mtl; in mt_locate() local
659 bzero(&mtl, sizeof(mtl)); in mt_locate()
721 mtl.dest_type = dest_type; in mt_locate()
726 mtl.logical_id = logical_id; in mt_locate()
733 mtl.flags |= MT_LOCATE_FLAG_IMMED; in mt_locate()
736 mtl.flags |= MT_LOCATE_FLAG_CHANGE_PART; in mt_locate()
737 mtl.partition = partition; in mt_locate()
741 mtl.block_address_mode = MT_LOCATE_BAM_EXPLICIT; in mt_locate()
743 mtl.block_address_mode = MT_LOCATE_BAM_IMPLICIT; in mt_locate()
745 if (ioctl(mtfd, MTIOCEXTLOCATE, &mtl) == -1) in mt_locate()
/freebsd/sys/contrib/device-tree/src/arm64/st/
H A Dstm32mp253.dtsi66 snps,mtl-rx-config = <&mtl_rx_setup_2>;
67 snps,mtl-tx-config = <&mtl_tx_setup_2>;
H A Dstm32mp251.dtsi556 snps,mtl-rx-config = <&mtl_rx_setup_1>;
557 snps,mtl-tx-config = <&mtl_tx_setup_1>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsa8540p-ride.dts155 snps,mtl-rx-config = <&ethernet0_mtl_rx_setup>;
156 snps,mtl-tx-config = <&ethernet0_mtl_tx_setup>;
257 snps,mtl-rx-config = <&ethernet1_mtl_rx_setup>;
258 snps,mtl-tx-config = <&ethernet1_mtl_tx_setup>;
H A Dsa8775p-ride.dtsi269 snps,mtl-rx-config = <&mtl_rx_setup>;
270 snps,mtl-tx-config = <&mtl_tx_setup>;
344 snps,mtl-rx-config = <&mtl_rx_setup1>;
345 snps,mtl-tx-config = <&mtl_tx_setup1>;
H A Dsa8155p-adp.dts321 snps,mtl-rx-config = <&mtl_rx_setup>;
322 snps,mtl-tx-config = <&mtl_tx_setup>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568.dtsi188 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
189 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
H A Drk3588-extra.dtsi345 snps,mtl-rx-config = <&gmac0_mtl_rx_setup>;
346 snps,mtl-tx-config = <&gmac0_mtl_tx_setup>;
H A Drk356x.dtsi722 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
723 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
H A Drk3588-base.dtsi1744 snps,mtl-rx-config = <&gmac1_mtl_rx_setup>;
1745 snps,mtl-tx-config = <&gmac1_mtl_tx_setup>;
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-beacon-som.dtsi53 snps,mtl-rx-config = <&mtl_rx_setup>;
54 snps,mtl-tx-config = <&mtl_tx_setup>;
H A Dimx8mp-evk.dts300 snps,mtl-tx-config = <&mtl_tx_setup>;
301 snps,mtl-rx-config = <&mtl_rx_setup>;
H A Dimx8mp-verdin.dtsi231 snps,mtl-rx-config = <&mtl_rx_setup>;
232 snps,mtl-tx-config = <&mtl_tx_setup>;
/freebsd/sys/contrib/device-tree/src/arm/axis/
H A Dartpec6.dtsi298 snps,mtl-rx-config = <&mtl_rx_setup>;
299 snps,mtl-tx-config = <&mtl_tx_setup>;
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1126.dtsi632 snps,mtl-rx-config = <&mtl_rx_setup>;
633 snps,mtl-tx-config = <&mtl_tx_setup>;
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt2712e.dtsi755 snps,mtl-rx-config = <&mtl_rx_setup>;
756 snps,mtl-tx-config = <&mtl_tx_setup>;
H A Dmt8195.dtsi1284 snps,mtl-rx-config = <&mtl_rx_setup>;
1285 snps,mtl-tx-config = <&mtl_tx_setup>;
/freebsd/sys/netinet6/
H A Dmld6.c2954 struct mbuf *mtl; /* last mbuf of packet mt */ in mld_v2_merge_state_changes() local
2959 mtl = m_last(mt); in mld_v2_merge_state_changes()
2965 mtl->m_next = m0; in mld_v2_merge_state_changes()
/freebsd/sys/netinet/
H A Digmp.c3343 struct mbuf *mtl; /* last mbuf of packet mt */ in igmp_v3_merge_state_changes() local
3348 mtl = m_last(mt); in igmp_v3_merge_state_changes()
3354 mtl->m_next = m0; in igmp_v3_merge_state_changes()