Lines Matching refs:t
143 static void ep_timeout(struct timer_list *t);
1221 struct tid_info *t = dev->rdev.lldi.tids; in act_establish() local
1224 ep = lookup_atid(t, atid); in act_establish()
1236 cxgb4_insert_tid(t, ep, tid, ep->com.local_addr.ss_family); in act_establish()
1247 cxgb4_free_atid(t, atid); in act_establish()
2274 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl() local
2282 ep = lookup_atid(t, atid); in act_open_rpl()
2339 cxgb4_free_atid(t, atid); in act_open_rpl()
2376 cxgb4_free_atid(t, atid); in act_open_rpl()
2519 struct tid_info *t = dev->rdev.lldi.tids; in pass_accept_req() local
2652 cxgb4_insert_tid(t, child_ep, hwtid, in pass_accept_req()
3830 u64 t; in t4_tcb_get_field64() local
3833 t = (thi << shift) | (tlo >> shift); in t4_tcb_get_field64()
3835 return t; in t4_tcb_get_field64()
3841 u64 t = be64_to_cpu(tcb[(31 - word) / 2]); in t4_tcb_get_field32() local
3845 v = (t >> shift) & mask; in t4_tcb_get_field32()
4328 static void ep_timeout(struct timer_list *t) in ep_timeout() argument
4330 struct c4iw_ep *ep = from_timer(ep, t, timer); in ep_timeout()