Searched refs:TOE_DATA (Results 1 – 2 of 2) sorted by relevance
478 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_free_atid()497 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_free_stid()511 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_insert_tid()537 struct toe_data *td = TOE_DATA(tdev); in t3_process_tid_release_list()558 struct toe_data *td = TOE_DATA(tdev); in cxgb_queue_tid_release()581 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_remove_tid()605 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_alloc_atid()626 struct tid_info *t = &(TOE_DATA(tdev))->tid_maps; in cxgb_alloc_stid()675 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid); in do_act_open_rpl()694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid); in do_stid_rpl()[all …]
201 #define TOE_DATA(dev) (*(struct toe_data **)&(dev)->l4opt) macro