Lines Matching defs:csp
749 struct fc_els_csp *csp;
758 csp = &plogi->fl_csp;
759 csp->sp_hi_ver = 0x20;
760 csp->sp_lo_ver = 0x20;
761 csp->sp_bb_cred = htons(10); /* this gets set by gateway */
762 csp->sp_bb_data = htons((u16) lport->mfs);
765 csp->sp_features = htons(FC_SP_FT_CIRO);
766 csp->sp_tot_seq = htons(255); /* seq. we accept */
767 csp->sp_rel_off = htons(0x1f);
768 csp->sp_e_d_tov = htonl(lport->e_d_tov);