Lines Matching defs:p_tlv
246 qed_mfw_get_gen_tlv_value(struct qed_drv_tlv_hdr *p_tlv,
250 switch (p_tlv->tlv_type) {
267 int idx = p_tlv->tlv_type - DRV_TLV_LOCAL_ADMIN_ADDR;
308 qed_mfw_get_eth_tlv_value(struct qed_drv_tlv_hdr *p_tlv,
312 switch (p_tlv->tlv_type) {
442 qed_mfw_get_fcoe_tlv_value(struct qed_drv_tlv_hdr *p_tlv,
449 switch (p_tlv->tlv_type) {
635 idx = (p_tlv->tlv_type -
648 idx = (p_tlv->tlv_type - DRV_TLV_CRC_ERROR_1_TIMESTAMP) / 2;
686 idx = p_tlv->tlv_type -
700 idx = p_tlv->tlv_type -
761 idx = (p_tlv->tlv_type -
774 idx = (p_tlv->tlv_type - DRV_TLV_PLOGI_1_TIMESTAMP) / 2;
783 idx = (p_tlv->tlv_type -
796 idx = (p_tlv->tlv_type - DRV_TLV_PLOGI_1_ACC_TIMESTAMP) / 2;
823 idx = (p_tlv->tlv_type - DRV_TLV_LOGO_1_RECEIVED_SOURCE_FC_ID) /
836 idx = (p_tlv->tlv_type - DRV_TLV_LOGO_1_TIMESTAMP) / 2;
887 idx = (p_tlv->tlv_type -
900 idx = (p_tlv->tlv_type - DRV_TLV_ABTS_1_TIMESTAMP) / 2;
914 idx = p_tlv->tlv_type - DRV_TLV_LAST_RSCN_RECEIVED_N_PORT_1;
1052 idx = (p_tlv->tlv_type -
1065 idx = (p_tlv->tlv_type - DRV_TLV_SCSI_CHECK_1_TIMESTAMP) / 2;
1077 qed_mfw_get_iscsi_tlv_value(struct qed_drv_tlv_hdr *p_tlv,
1081 switch (p_tlv->tlv_type) {
1187 u8 *p_tlv;
1201 p_tlv = &p_mfw_buf[offset];
1202 tlv.tlv_type = TLV_TYPE(p_tlv);
1203 tlv.tlv_length = TLV_LENGTH(p_tlv);
1204 tlv.tlv_flags = TLV_FLAGS(p_tlv);
1233 TLV_FLAGS(p_tlv) = tlv.tlv_flags;