Lines Matching refs:tpp
9655 struct tp_params *tpp = &adap->params.tp; in read_filter_mode_and_ingress_config() local
9666 tpp->filter_mode = G_FW_PARAMS_PARAM_FILTER_MODE(val[0]); in read_filter_mode_and_ingress_config()
9667 tpp->filter_mask = G_FW_PARAMS_PARAM_FILTER_MASK(val[0]); in read_filter_mode_and_ingress_config()
9668 tpp->vnic_mode = val[1]; in read_filter_mode_and_ingress_config()
9675 tpp->filter_mode = v & 0xffff; in read_filter_mode_and_ingress_config()
9684 tpp->filter_mask = hashmask_to_filtermask(hash_mask, in read_filter_mode_and_ingress_config()
9685 tpp->filter_mode); in read_filter_mode_and_ingress_config()
9689 tpp->vnic_mode = FW_VNIC_MODE_PF_VF; in read_filter_mode_and_ingress_config()
9691 tpp->vnic_mode = FW_VNIC_MODE_OUTER_VLAN; in read_filter_mode_and_ingress_config()
9699 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE); in read_filter_mode_and_ingress_config()
9700 tpp->port_shift = t4_filter_field_shift(adap, F_PORT); in read_filter_mode_and_ingress_config()
9701 tpp->vnic_shift = t4_filter_field_shift(adap, F_VNIC_ID); in read_filter_mode_and_ingress_config()
9702 tpp->vlan_shift = t4_filter_field_shift(adap, F_VLAN); in read_filter_mode_and_ingress_config()
9703 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS); in read_filter_mode_and_ingress_config()
9704 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL); in read_filter_mode_and_ingress_config()
9705 tpp->ethertype_shift = t4_filter_field_shift(adap, F_ETHERTYPE); in read_filter_mode_and_ingress_config()
9706 tpp->macmatch_shift = t4_filter_field_shift(adap, F_MACMATCH); in read_filter_mode_and_ingress_config()
9707 tpp->matchtype_shift = t4_filter_field_shift(adap, F_MPSHITTYPE); in read_filter_mode_and_ingress_config()
9708 tpp->frag_shift = t4_filter_field_shift(adap, F_FRAGMENTATION); in read_filter_mode_and_ingress_config()
9720 struct tp_params *tpp = &adap->params.tp; in t4_init_tp_params() local
9723 tpp->tre = G_TIMERRESOLUTION(v); in t4_init_tp_params()
9724 tpp->dack_re = G_DELAYEDACKRESOLUTION(v); in t4_init_tp_params()
9730 tpp->rx_pkt_encap = v & F_CRXPKTENC; in t4_init_tp_params()
9732 tpp->rx_pkt_encap = false; in t4_init_tp_params()
9746 tpp->max_tx_pdu = tx_len; in t4_init_tp_params()
9747 tpp->max_rx_pdu = rx_len; in t4_init_tp_params()