Home
last modified time | relevance | path

Searched refs:T3C_DATA (Results 1 – 4 of 4) sorted by relevance

/drivers/net/cxgb3/
Dcxgb3_offload.c484 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_atid()
504 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_free_stid()
519 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_insert_tid()
569 struct t3c_data *td = T3C_DATA(tdev); in cxgb3_queue_tid_release()
592 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_remove_tid()
617 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_atid()
641 struct tid_info *t = &(T3C_DATA(tdev))->tid_maps; in cxgb3_alloc_stid()
711 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl()
731 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl()
749 t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid); in do_hwtid_rpl()
[all …]
Dcxgb3_offload.h192 #define T3C_DATA(dev) (*(struct t3c_data **)&(dev)->l4opt) macro
/drivers/infiniband/hw/cxgb3/
Diwch_cm.c204 ep->emss = T3C_DATA(ep->com.tdev)->mtus[G_TCPOPT_MSS(opt)] - 40; in set_emss()
447 mtu_idx = find_best_mtu(T3C_DATA(ep->com.tdev), dst_mtu(ep->dst)); in send_connect()
1268 mtu_idx = find_best_mtu(T3C_DATA(ep->com.tdev), dst_mtu(ep->dst)); in accept_cr()
/drivers/scsi/cxgb3i/
Dcxgb3i_offload.c217 const struct t3c_data *td = T3C_DATA(cdev); in select_mss()
1507 c3cn->wr_max = c3cn->wr_avail = T3C_DATA(cdev)->max_wrs - 1; in init_offload_conn()