Home
last modified time | relevance | path

Searched refs:as_int (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/kernel/
H A Derr_common.c109 timestamp.as_int = 0; in el_process_header_subpacket()
129 timestamp.as_int = 0; in el_process_header_subpacket()
171 if (timestamp->as_int) in el_print_timestamp()
/linux/arch/alpha/include/asm/
H A Derr_common.h78 u64 as_int; member
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c386 if (txq->flow.as_int != txp->flow.as_int) { in hfi1_ipoib_send_dma_common()
516 if (txq->flow.as_int != txp->flow.as_int) { in hfi1_ipoib_send_dma_list()
855 dd_dev_info(priv->dd, "flow %x\n", txq->flow.as_int); in hfi1_ipoib_tx_timeout()
H A Dipoib.h39 u16 as_int; member
/linux/rust/kernel/net/
H A Dphy.rs738 self.mask.as_int() in mask_as_int()
746 phy_id_mask: self.mask.as_int(), in mdio_device_id()
763 const fn as_int(&self) -> u32 { in as_int() method