Home
last modified time | relevance | path

Searched refs:tcap (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ceph/
Dcaps.c3195 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3234 tcap = __get_cap_for_mds(ci, target); in handle_cap_export()
3235 if (tcap) { in handle_cap_export()
3237 if (tcap->cap_id != t_cap_id || in handle_cap_export()
3238 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
3239 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export()
3240 tcap->cap_id = t_cap_id; in handle_cap_export()
3241 tcap->seq = t_seq - 1; in handle_cap_export()
3242 tcap->issue_seq = t_seq - 1; in handle_cap_export()
3243 tcap->mseq = t_mseq; in handle_cap_export()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c580 struct ath9k_htc_cap_target tcap; in ath9k_htc_update_cap_target() local
584 memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target)); in ath9k_htc_update_cap_target()
586 tcap.ampdu_limit = cpu_to_be32(0xffff); in ath9k_htc_update_cap_target()
587 tcap.ampdu_subframes = 0xff; in ath9k_htc_update_cap_target()
588 tcap.enable_coex = enable_coex; in ath9k_htc_update_cap_target()
589 tcap.tx_chainmask = priv->ah->caps.tx_chainmask; in ath9k_htc_update_cap_target()
591 WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap); in ath9k_htc_update_cap_target()