Lines Matching refs:htons
106 ct->hdr.ct_cmd = htons((u16) op); in fc_ct_hdr_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()
540 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); 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()
546 cp->cp_rdfs = htons((u16) lport->mfs); in fc_plogi_fill()
547 cp->cp_con_seq = htons(255); in fc_plogi_fill()
568 sp->sp_bb_cred = htons(10); /* this gets set by gateway */ in fc_flogi_fill()
569 sp->sp_bb_data = htons((u16) lport->mfs); in fc_flogi_fill()
571 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_flogi_fill()
573 sp->sp_features = htons(FC_SP_FT_NPIV); in fc_flogi_fill()
593 sp->sp_bb_cred = htons(10); /* this gets set by gateway */ in fc_fdisc_fill()
594 sp->sp_bb_data = htons((u16) lport->mfs); in fc_fdisc_fill()
596 cp->cp_class = htons(FC_CPC_VALID | FC_CPC_SEQ); in fc_fdisc_fill()
637 rec->rec_ox_id = htons(ep->oxid); in fc_rec_fill()
638 rec->rec_rx_id = htons(ep->rxid); in fc_rec_fill()
655 pp->prli.prli_len = htons(sizeof(*pp)); in fc_prli_fill()