tcap 577 drivers/net/wireless/ath/ath9k/htc_drv_main.c struct ath9k_htc_cap_target tcap; tcap 581 drivers/net/wireless/ath/ath9k/htc_drv_main.c memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target)); tcap 583 drivers/net/wireless/ath/ath9k/htc_drv_main.c tcap.ampdu_limit = cpu_to_be32(0xffff); tcap 584 drivers/net/wireless/ath/ath9k/htc_drv_main.c tcap.ampdu_subframes = 0xff; tcap 585 drivers/net/wireless/ath/ath9k/htc_drv_main.c tcap.enable_coex = enable_coex; tcap 586 drivers/net/wireless/ath/ath9k/htc_drv_main.c tcap.tx_chainmask = priv->ah->caps.tx_chainmask; tcap 588 drivers/net/wireless/ath/ath9k/htc_drv_main.c WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap); tcap 3585 fs/ceph/caps.c struct ceph_cap *cap, *tcap, *new_cap = NULL; tcap 3633 fs/ceph/caps.c tcap = __get_cap_for_mds(ci, target); tcap 3634 fs/ceph/caps.c if (tcap) { tcap 3636 fs/ceph/caps.c if (tcap->cap_id == t_cap_id && tcap 3637 fs/ceph/caps.c ceph_seq_cmp(tcap->seq, t_seq) < 0) { tcap 3638 fs/ceph/caps.c dout(" updating import cap %p mds%d\n", tcap, target); tcap 3639 fs/ceph/caps.c tcap->cap_id = t_cap_id; tcap 3640 fs/ceph/caps.c tcap->seq = t_seq - 1; tcap 3641 fs/ceph/caps.c tcap->issue_seq = t_seq - 1; tcap 3642 fs/ceph/caps.c tcap->issued |= issued; tcap 3643 fs/ceph/caps.c tcap->implemented |= issued; tcap 3645 fs/ceph/caps.c ci->i_auth_cap = tcap; tcap 3648 fs/ceph/caps.c ci->i_auth_cap == tcap) { tcap 3651 fs/ceph/caps.c &tcap->session->s_cap_flushing); tcap 3660 fs/ceph/caps.c tcap = new_cap; tcap 3665 fs/ceph/caps.c ci->i_auth_cap == tcap) { tcap 3668 fs/ceph/caps.c &tcap->session->s_cap_flushing);