Searched refs:TLV_L (Results 1 – 2 of 2) sorted by relevance
121 #define TLV_L(x) (((x) >> 16) & 0xff) macro
530 hci->data[len++] = TLV_L(T_CAPABILITY); in gdm_wimax_prepare_device()532 memcpy(&hci->data[len], &val_be32, TLV_L(T_CAPABILITY)); in gdm_wimax_prepare_device()533 len += TLV_L(T_CAPABILITY); in gdm_wimax_prepare_device()