Home
last modified time | relevance | path

Searched refs:ae (Results 1 – 3 of 3) sorted by relevance

/net/can/
Disotp.c199 static int isotp_send_fc(struct sock *sk, int ae, u8 flowstatus) in isotp_send_fc() argument
233 ncf->len = ae + FC_CONTENT_SZ; in isotp_send_fc()
236 ncf->data[ae] = N_PCI_FC | flowstatus; in isotp_send_fc()
237 ncf->data[ae + 1] = so->rxfc.bs; in isotp_send_fc()
238 ncf->data[ae + 2] = so->rxfc.stmin; in isotp_send_fc()
240 if (ae) in isotp_send_fc()
348 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc() argument
358 if ((cf->len < ae + FC_CONTENT_SZ) || in isotp_rcv_fc()
360 check_pad(so, cf, ae + FC_CONTENT_SZ, so->opt.rxpad_content))) { in isotp_rcv_fc()
373 so->txfc.bs = cf->data[ae + 1]; in isotp_rcv_fc()
[all …]
/net/mac80211/
Dmesh_hwmp.c23 static inline u32 u32_field_get(const u8 *preq_elem, int offset, bool ae) in u32_field_get() argument
25 if (ae) in u32_field_get()
30 static inline u16 u16_field_get(const u8 *preq_elem, int offset, bool ae) in u16_field_get() argument
32 if (ae) in u16_field_get()
/net/wireless/
Dutil.c523 int ae = flags & MESH_FLAGS_AE; in __ieee80211_get_mesh_hdrlen() local
525 switch (ae) { in __ieee80211_get_mesh_hdrlen()