Home
last modified time | relevance | path

Searched refs:fw_flags (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/usb/
H A Dr8152.c4679 unsigned long fw_flags = 0; in rtl8152_check_firmware() local
4719 __set_bit(FW_FLAGS_PLA, &fw_flags); in rtl8152_check_firmware()
4733 __set_bit(FW_FLAGS_USB, &fw_flags); in rtl8152_check_firmware()
4789 __set_bit(FW_FLAGS_NC, &fw_flags); in rtl8152_check_firmware()
4811 __set_bit(FW_FLAGS_NC, &fw_flags); in rtl8152_check_firmware()
4832 __set_bit(FW_FLAGS_NC1, &fw_flags); in rtl8152_check_firmware()
4852 __set_bit(FW_FLAGS_NC2, &fw_flags); in rtl8152_check_firmware()
4871 __set_bit(FW_FLAGS_UC2, &fw_flags); in rtl8152_check_firmware()
4889 __set_bit(FW_FLAGS_UC, &fw_flags); in rtl8152_check_firmware()
4936 __set_bit(FW_FLAGS_VER, &fw_flags); in rtl8152_check_firmware()
[all …]
/linux-6.15/arch/alpha/include/asm/
H A Dgct.h27 u64 fw_flags; member
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c430 if (test_bit(HTC_FWFLAG_NO_RMW, &priv->fw_flags)) in ath9k_reg_rmw_flush()
460 if (test_bit(HTC_FWFLAG_NO_RMW, &priv->fw_flags)) in ath9k_enable_rmw_buffer()
495 if (test_bit(HTC_FWFLAG_NO_RMW, &priv->fw_flags)) { in ath9k_reg_rmw()
820 set_bit(HTC_FWFLAG_NO_RMW, &priv->fw_flags); in ath9k_init_firmware_version()
823 test_bit(HTC_FWFLAG_NO_RMW, &priv->fw_flags) ? "Off" : "On"); in ath9k_init_firmware_version()
H A Dhtc.h494 unsigned long fw_flags; member
/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dqp.c1083 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
1145 fw_flags = 0; in c4iw_post_send()
1147 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
1149 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
1155 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
1168 fw_flags |= FW_RI_RDMA_WRITE_WITH_IMMEDIATE; in c4iw_post_send()
1181 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
1183 fw_flags = 0; in c4iw_post_send()
1214 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
1241 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_mr.c2198 iocb_job->u.fxiocb.fw_flags = pkt->fw_iotcl_flags; in qlafx00_ioctl_iosb_entry()
H A Dqla_def.h602 __le16 fw_flags; member