Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c499 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_atid()
519 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_stid()
534 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_insert_tid()
581 mk_tid_release(skb, p - td->tid_maps.tid_tab); in t3_process_tid_release_list()
603 struct t3c_tid_entry *p = &td->tid_maps.tid_tab[tid]; in cxgb3_queue_tid_release()
625 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_remove_tid()
650 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_atid()
674 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_stid()
744 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl()
764 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl()
[all …]
Dcxgb3_offload.h194 struct tid_info tid_maps; member