Lines Matching refs:tt
502 error = lport->tt.frame_send(lport, fp); in fc_seq_send_locked()
1287 lport->tt.frame_send(lport, fp); in fc_seq_send_ack()
1356 lport->tt.frame_send(lport, fp); in fc_exch_send_ba_rjt()
1486 return lport->tt.lport_recv(lport, fp); in fc_exch_recv_req()
1507 lport->tt.lport_recv(lport, fp); in fc_exch_recv_req()
1788 lport->tt.frame_send(lport, fp); in fc_seq_ls_acc()
1817 lport->tt.frame_send(lport, fp); in fc_seq_ls_rjt()
1996 lport->tt.frame_send(lport, fp); in fc_exch_els_rec()
2111 if (unlikely(lport->tt.frame_send(lport, fp))) in fc_exch_seq_send()
2554 if (!lport->tt.seq_start_next) in fc_exch_init()
2555 lport->tt.seq_start_next = fc_seq_start_next; in fc_exch_init()
2557 if (!lport->tt.seq_set_resp) in fc_exch_init()
2558 lport->tt.seq_set_resp = fc_seq_set_resp; in fc_exch_init()
2560 if (!lport->tt.exch_seq_send) in fc_exch_init()
2561 lport->tt.exch_seq_send = fc_exch_seq_send; in fc_exch_init()
2563 if (!lport->tt.seq_send) in fc_exch_init()
2564 lport->tt.seq_send = fc_seq_send; in fc_exch_init()
2566 if (!lport->tt.seq_els_rsp_send) in fc_exch_init()
2567 lport->tt.seq_els_rsp_send = fc_seq_els_rsp_send; in fc_exch_init()
2569 if (!lport->tt.exch_done) in fc_exch_init()
2570 lport->tt.exch_done = fc_exch_done; in fc_exch_init()
2572 if (!lport->tt.exch_mgr_reset) in fc_exch_init()
2573 lport->tt.exch_mgr_reset = fc_exch_mgr_reset; in fc_exch_init()
2575 if (!lport->tt.seq_exch_abort) in fc_exch_init()
2576 lport->tt.seq_exch_abort = fc_seq_exch_abort; in fc_exch_init()
2578 if (!lport->tt.seq_assign) in fc_exch_init()
2579 lport->tt.seq_assign = fc_seq_assign; in fc_exch_init()
2581 if (!lport->tt.seq_release) in fc_exch_init()
2582 lport->tt.seq_release = fc_seq_release; in fc_exch_init()