Searched refs:tlvs_list (Results 1 – 3 of 3) sorted by relevance
29 static void bnx2x_add_tlv(struct bnx2x *bp, void *tlvs_list, in bnx2x_add_tlv() argument 33 (struct channel_tlv *)(tlvs_list + offset); in bnx2x_add_tlv() 69 static void *bnx2x_search_tlv_list(struct bnx2x *bp, void *tlvs_list, in bnx2x_search_tlv_list() argument 72 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list() 83 tlvs_list += tlv->length; in bnx2x_search_tlv_list() 84 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_search_tlv_list() 93 static void bnx2x_dp_tlv_list(struct bnx2x *bp, void *tlvs_list) in bnx2x_dp_tlv_list() argument 96 struct channel_tlv *tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list() 104 tlvs_list += tlv->length; in bnx2x_dp_tlv_list() 107 tlv = (struct channel_tlv *)tlvs_list; in bnx2x_dp_tlv_list() [all...]
311 * @tlvs_list: Tlvs_list.315 void qed_dp_tlv_list(struct qed_hwfn *p_hwfn, void *tlvs_list);
1162 void qed_dp_tlv_list(struct qed_hwfn *p_hwfn, void *tlvs_list) in qed_dp_tlv_list() argument 1168 tlv = (struct channel_tlv *)((u8 *)tlvs_list + total_length); in qed_dp_tlv_list()