Searched refs:csp (Results 1 – 2 of 2) sorted by relevance
525 struct fc_els_csp *csp; in fc_plogi_fill() local534 csp = &plogi->fl_csp; in fc_plogi_fill()535 csp->sp_hi_ver = 0x20; in fc_plogi_fill()536 csp->sp_lo_ver = 0x20; in fc_plogi_fill()537 csp->sp_bb_cred = htons(10); /* this gets set by gateway */ in fc_plogi_fill()538 csp->sp_bb_data = htons((u16) lport->mfs); in fc_plogi_fill()541 csp->sp_features = htons(FC_SP_FT_CIRO); in fc_plogi_fill()542 csp->sp_tot_seq = htons(255); /* seq. we accept */ in fc_plogi_fill()543 csp->sp_rel_off = htons(0x1f); in fc_plogi_fill()544 csp->sp_e_d_tov = htonl(lport->e_d_tov); in fc_plogi_fill()
80 void *csp; /* used only when CONFIG_SND_SB16_CSP is set */ member