ext_feat 136 net/bluetooth/a2mp.c u16 ext_feat; ext_feat 145 net/bluetooth/a2mp.c ext_feat = le16_to_cpu(req->ext_feat); ext_feat 147 net/bluetooth/a2mp.c BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(req->mtu), ext_feat); ext_feat 150 net/bluetooth/a2mp.c while (ext_feat & A2MP_FEAT_EXT) { ext_feat 151 net/bluetooth/a2mp.c if (len < sizeof(ext_feat)) ext_feat 154 net/bluetooth/a2mp.c ext_feat = get_unaligned_le16(skb->data); ext_feat 155 net/bluetooth/a2mp.c BT_DBG("efm 0x%4.4x", ext_feat); ext_feat 156 net/bluetooth/a2mp.c len -= sizeof(ext_feat); ext_feat 157 net/bluetooth/a2mp.c skb_pull(skb, sizeof(ext_feat)); ext_feat 178 net/bluetooth/a2mp.c rsp->ext_feat = 0; ext_feat 196 net/bluetooth/a2mp.c u16 ext_feat; ext_feat 205 net/bluetooth/a2mp.c ext_feat = le16_to_cpu(rsp->ext_feat); ext_feat 207 net/bluetooth/a2mp.c BT_DBG("mtu %d efm 0x%4.4x", le16_to_cpu(rsp->mtu), ext_feat); ext_feat 210 net/bluetooth/a2mp.c while (ext_feat & A2MP_FEAT_EXT) { ext_feat 211 net/bluetooth/a2mp.c if (len < sizeof(ext_feat)) ext_feat 214 net/bluetooth/a2mp.c ext_feat = get_unaligned_le16(skb->data); ext_feat 215 net/bluetooth/a2mp.c BT_DBG("efm 0x%4.4x", ext_feat); ext_feat 216 net/bluetooth/a2mp.c len -= sizeof(ext_feat); ext_feat 217 net/bluetooth/a2mp.c skb_pull(skb, sizeof(ext_feat)); ext_feat 1031 net/bluetooth/a2mp.c req.ext_feat = 0; ext_feat 52 net/bluetooth/a2mp.h __le16 ext_feat; ext_feat 64 net/bluetooth/a2mp.h __le16 ext_feat;