Searched refs:tcap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 577 struct ath9k_htc_cap_target tcap; in ath9k_htc_update_cap_target() local 581 memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target)); in ath9k_htc_update_cap_target() 583 tcap.ampdu_limit = cpu_to_be32(0xffff); in ath9k_htc_update_cap_target() 584 tcap.ampdu_subframes = 0xff; in ath9k_htc_update_cap_target() 585 tcap.enable_coex = enable_coex; in ath9k_htc_update_cap_target() 586 tcap.tx_chainmask = priv->ah->caps.tx_chainmask; in ath9k_htc_update_cap_target() 588 WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap); in ath9k_htc_update_cap_target()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_main.c | 577 struct ath9k_htc_cap_target tcap; in ath9k_htc_update_cap_target() local 581 memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target)); in ath9k_htc_update_cap_target() 583 tcap.ampdu_limit = cpu_to_be32(0xffff); in ath9k_htc_update_cap_target() 584 tcap.ampdu_subframes = 0xff; in ath9k_htc_update_cap_target() 585 tcap.enable_coex = enable_coex; in ath9k_htc_update_cap_target() 586 tcap.tx_chainmask = priv->ah->caps.tx_chainmask; in ath9k_htc_update_cap_target() 588 WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap); in ath9k_htc_update_cap_target()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 3890 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local 3936 tcap = __get_cap_for_mds(ci, target); in handle_cap_export() 3937 if (tcap) { in handle_cap_export() 3939 if (tcap->cap_id == t_cap_id && in handle_cap_export() 3940 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export() 3941 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export() 3942 tcap->cap_id = t_cap_id; in handle_cap_export() 3943 tcap->seq = t_seq - 1; in handle_cap_export() 3944 tcap->issue_seq = t_seq - 1; in handle_cap_export() 3945 tcap in handle_cap_export() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 3975 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local 4022 tcap = __get_cap_for_mds(ci, target); in handle_cap_export() 4023 if (tcap) { in handle_cap_export() 4025 if (tcap->cap_id == t_cap_id && in handle_cap_export() 4026 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export() 4027 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export() 4028 tcap->cap_id = t_cap_id; in handle_cap_export() 4029 tcap->seq = t_seq - 1; in handle_cap_export() 4030 tcap->issue_seq = t_seq - 1; in handle_cap_export() 4031 tcap in handle_cap_export() [all...] |
Completed in 15 milliseconds