Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dr8152.c4645 unsigned long fw_flags = 0; in rtl8152_check_firmware() local
4674 if (test_bit(FW_FLAGS_PLA, &fw_flags)) { in rtl8152_check_firmware()
4685 __set_bit(FW_FLAGS_PLA, &fw_flags); in rtl8152_check_firmware()
4688 if (test_bit(FW_FLAGS_USB, &fw_flags)) { in rtl8152_check_firmware()
4699 __set_bit(FW_FLAGS_USB, &fw_flags); in rtl8152_check_firmware()
4702 if (test_bit(FW_FLAGS_START, &fw_flags) || in rtl8152_check_firmware()
4703 test_bit(FW_FLAGS_NC, &fw_flags) || in rtl8152_check_firmware()
4704 test_bit(FW_FLAGS_NC1, &fw_flags) || in rtl8152_check_firmware()
4705 test_bit(FW_FLAGS_NC2, &fw_flags) || in rtl8152_check_firmware()
4706 test_bit(FW_FLAGS_UC2, &fw_flags) || in rtl8152_check_firmware()
[all …]
/linux/arch/alpha/include/asm/
H A Dgct.h27 u64 fw_flags; member
/linux/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/drivers/infiniband/hw/cxgb4/
H A Dqp.c1080 enum fw_ri_wr_flags fw_flags; in c4iw_post_send() local
1142 fw_flags = 0; in c4iw_post_send()
1144 fw_flags |= FW_RI_SOLICITED_EVENT_FLAG; in c4iw_post_send()
1146 fw_flags |= FW_RI_COMPLETION_FLAG; in c4iw_post_send()
1152 fw_flags |= FW_RI_READ_FENCE_FLAG; in c4iw_post_send()
1165 fw_flags |= FW_RI_RDMA_WRITE_WITH_IMMEDIATE; in c4iw_post_send()
1178 fw_flags = FW_RI_RDMA_READ_INVALIDATE; in c4iw_post_send()
1180 fw_flags = 0; in c4iw_post_send()
1211 fw_flags |= FW_RI_LOCAL_FENCE_FLAG; in c4iw_post_send()
1238 init_wr_hdr(wqe, qhp->wq.sq.pidx, fw_opcode, fw_flags, len16); in c4iw_post_send()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2198 iocb_job->u.fxiocb.fw_flags = pkt->fw_iotcl_flags; in qlafx00_ioctl_iosb_entry()