/linux/drivers/net/ethernet/qlogic/qlcnic/ |
A D | qlcnic_io.c | 95 #define qlcnic_83xx_get_lro_sts_mss(sts) ((sts) & 0xffff) argument 115 #define qlcnic_83xx_pktln(sts) ((sts >> 32) & 0x3FFF) argument 116 #define qlcnic_83xx_hndl(sts) ((sts >> 48) & 0x7FFF) argument 117 #define qlcnic_83xx_csum_status(sts) ((sts >> 39) & 7) argument 118 #define qlcnic_83xx_opcode(sts) ((sts >> 42) & 0xF) argument 119 #define qlcnic_83xx_vlan_tag(sts) (((sts) >> 48) & 0xFFFF) argument 123 #define qlcnic_83xx_pkt_cnt(sts) (((sts) >> 16) & 0x7) argument 124 #define qlcnic_83xx_is_tstamp(sts) (((sts) >> 40) & 1) argument 125 #define qlcnic_83xx_is_psh_bit(sts) (((sts) >> 41) & 1) argument 126 #define qlcnic_83xx_is_ip_align(sts) (((sts) >> 46) & 1) argument [all …]
|
/linux/drivers/fsi/ |
A D | fsi-sbefifo.c | 97 #define sbefifo_empty(sts) ((sts) & SBEFIFO_STS_EMPTY) argument 98 #define sbefifo_full(sts) ((sts) & SBEFIFO_STS_FULL) argument 99 #define sbefifo_parity_err(sts) ((sts) & SBEFIFO_STS_PARITY_ERR) argument 100 #define sbefifo_populated(sts) (((sts) & SBEFIFO_STS_ECNT_MASK) >> SBEFIFO_STS_ECNT_SHIFT) argument 101 #define sbefifo_vacant(sts) (SBEFIFO_FIFO_DEPTH - sbefifo_populated(sts)) argument 102 #define sbefifo_eot_set(sts) (((sts) & SBEFIFO_STS_EOT_MASK) >> SBEFIFO_STS_EOT_SHIFT) argument 450 u32 addr, sts = 0; in sbefifo_wait() local
|
/linux/drivers/net/wireless/realtek/rtw89/ |
A D | txrx.h | 171 #define RTW89_GET_PHY_STS_RSSI_A(sts) \ argument 173 #define RTW89_GET_PHY_STS_RSSI_B(sts) \ argument 175 #define RTW89_GET_PHY_STS_RSSI_C(sts) \ argument 177 #define RTW89_GET_PHY_STS_RSSI_D(sts) \ argument 179 #define RTW89_GET_PHY_STS_LEN(sts) \ argument 181 #define RTW89_GET_PHY_STS_RSSI_AVG(sts) \ argument
|
/linux/drivers/usb/cdns3/ |
A D | drd.h | 22 __le32 sts; member 43 __le32 sts; member 66 __le32 sts; member 89 __le32 sts; member
|
/linux/drivers/misc/eeprom/ |
A D | idt_89hpesx.c | 261 s32 sts; in idt_smb_write_byte() local 293 s32 sts; in idt_smb_read_byte() local 326 s32 sts; in idt_smb_write_word() local 375 s32 sts; in idt_smb_read_word() local 449 s32 sts; in idt_smb_read_block() local 510 s32 sts; in idt_smb_read_i2c_block() local
|
/linux/drivers/input/keyboard/ |
A D | applespi.c | 620 int sts) in applespi_check_write_status() 673 int sts; in applespi_setup_spi() local 766 int sts; in applespi_send_cmd_msg() local 908 int sts; in applespi_set_capsl_led() local 1231 int sts; in applespi_register_touchpad_device() local 1575 int sts; in applespi_notify() local 1603 int sts; in applespi_get_saved_bl_level() local 1632 int sts; in applespi_save_bl_level() local 1653 int sts, i; in applespi_probe() local 1900 int sts; in applespi_suspend() local
|
/linux/drivers/rtc/ |
A D | rtc-s35390a.c | 280 char buf[3], sts = 0; in s35390a_rtc_set_alarm() local 333 char buf[3], sts; in s35390a_rtc_read_alarm() local 390 char sts; in s35390a_rtc_ioctl() local
|
/linux/drivers/net/can/rcar/ |
A D | rcar_canfd.c | 634 u32 sts, ch; in rcar_canfd_reset_controller() local 880 u32 gerfl, sts; in rcar_canfd_global_error() local 1045 u32 sts; in rcar_canfd_tx_done() local 1109 u32 sts; in rcar_canfd_handle_global_receive() local 1187 u32 sts; in rcar_canfd_handle_channel_tx() local 1212 u32 sts, cerfl; in rcar_canfd_handle_channel_err() local 1305 u32 sts, ch = priv->channel; in rcar_canfd_start() local 1419 u32 sts = 0, id, dlc; in rcar_canfd_start_xmit() local 1493 u32 sts = 0, id, dlc; in rcar_canfd_rx_pkt() local 1567 u32 sts; in rcar_canfd_rx_poll() local [all …]
|
/linux/drivers/power/reset/ |
A D | piix4-poweroff.c | 31 u16 sts; in piix4_poweroff() local
|
/linux/arch/x86/platform/olpc/ |
A D | olpc-xo1-sci.c | 216 u32 sts; in xo1_sci_intr() local 316 u32 sts; in setup_sci_interrupt() local
|
/linux/include/linux/ |
A D | ptp_clock_kernel.h | 366 static inline void ptp_read_system_prets(struct ptp_system_timestamp *sts) in ptp_read_system_prets() 372 static inline void ptp_read_system_postts(struct ptp_system_timestamp *sts) in ptp_read_system_postts()
|
A D | nvme-rdma.h | 86 __le16 sts; member
|
/linux/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_phc.c | 266 struct ptp_system_timestamp *sts) in ionic_hwstamp_read() 410 struct ptp_system_timestamp *sts) in ionic_phc_gettimex64()
|
/linux/drivers/pci/hotplug/ |
A D | pnv_php.c | 533 uint16_t sts; in pnv_php_reset_slot() local 768 u16 sts, lsts; in pnv_php_interrupt() local 842 u16 sts, ctrl; in pnv_php_init_irq() local
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb_ptp.c | 282 struct ptp_system_timestamp *sts) in igb_ptp_gettimex_82576() 309 struct ptp_system_timestamp *sts) in igb_ptp_gettimex_82580() 337 struct ptp_system_timestamp *sts) in igb_ptp_gettimex_i210()
|
/linux/drivers/spi/ |
A D | spi-iproc-qspi.c | 35 u32 val = 0, sts = 0; in bcm_iproc_qspi_get_l2_int_status() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | clock.c | 92 struct ptp_system_timestamp *sts, in mlx5_read_time() 241 struct ptp_system_timestamp *sts) in mlx5_ptp_gettimex_real_time() 252 struct ptp_system_timestamp *sts) in mlx5_ptp_gettimex()
|
/linux/drivers/iommu/intel/ |
A D | debugfs.c | 289 u32 sts; in dmar_translation_struct_show() local 499 u32 sts; in ir_translation_struct_show() local
|
/linux/drivers/ptp/ |
A D | ptp_chardev.c | 117 struct ptp_system_timestamp sts; in ptp_ioctl() local
|
/linux/drivers/net/ethernet/ti/ |
A D | cpts.c | 192 struct ptp_system_timestamp *sts) in cpts_update_cur_time() 255 struct ptp_system_timestamp *sts) in cpts_ptp_gettimeex()
|
/linux/drivers/input/serio/ |
A D | olpc_apsp.c | 85 u32 sts = readl(priv->base + COMMAND_FIFO_STATUS); in olpc_apsp_write() local
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | ptp.c | 175 struct ptp_system_timestamp *sts) in e1000e_phc_gettimex()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_ptp.c | 462 ice_ptp_read_src_clk_reg(struct ice_pf *pf, struct ptp_system_timestamp *sts) in ice_ptp_read_src_clk_reg() 647 struct ptp_system_timestamp *sts) in ice_ptp_read_time() 1059 struct ptp_system_timestamp *sts) in ice_ptp_gettimex64()
|
/linux/drivers/watchdog/ |
A D | pm8916_wdt.c | 101 int err, sts; in pm8916_wdt_isr() local
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_ptp.c | 58 static int bnxt_refclk_read(struct bnxt *bp, struct ptp_system_timestamp *sts, in bnxt_refclk_read() 114 struct ptp_system_timestamp *sts) in bnxt_ptp_gettimex()
|