Searched refs:dsa_buf_write_be16 (Results 1 – 2 of 2) sorted by relevance
128 dsa_buf_write_be16((LLDP_TLV_CHASSIS_ID << 9) | (ETH_ALEN + 1), &p); in dsa_lldp_send()134 dsa_buf_write_be16((LLDP_TLV_PORT_ID << 9) | (ETH_ALEN + 1), &p); in dsa_lldp_send()140 dsa_buf_write_be16((LLDP_TLV_TTL << 9) | 2, &p); in dsa_lldp_send()147 dsa_buf_write_be16((LLDP_TLV_SYSTEM_NAME << 9) | strlen(sys_name), &p); in dsa_lldp_send()
40 static inline void dsa_buf_write_be16(uint16_t tl, uint8_t **p) in dsa_buf_write_be16() function