Lines Matching defs:csp
525 struct fc_els_csp *csp;
534 csp = &plogi->fl_csp;
535 csp->sp_hi_ver = 0x20;
536 csp->sp_lo_ver = 0x20;
537 csp->sp_bb_cred = htons(10); /* this gets set by gateway */
538 csp->sp_bb_data = htons((u16) lport->mfs);
541 csp->sp_features = htons(FC_SP_FT_CIRO);
542 csp->sp_tot_seq = htons(255); /* seq. we accept */
543 csp->sp_rel_off = htons(0x1f);
544 csp->sp_e_d_tov = htonl(lport->e_d_tov);