• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/

Lines Matching defs:ev

97 	const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
99 return ev->prim == LLC_CONN_PRIM &&
100 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1;
105 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
107 return ev->prim == LLC_DATA_PRIM &&
108 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1;
113 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
115 return ev->prim == LLC_DISC_PRIM &&
116 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1;
121 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
123 return ev->prim == LLC_RESET_PRIM &&
124 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1;
129 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
131 return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
132 ev->prim_type == LLC_CONN_EV_LOCAL_BUSY_DETECTED ? 0 : 1;
137 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
139 return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
140 ev->prim_type == LLC_CONN_EV_LOCAL_BUSY_CLEARED ? 0 : 1;
541 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
543 return ev->type != LLC_CONN_EV_TYPE_P_TMR;
548 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
550 return ev->type != LLC_CONN_EV_TYPE_ACK_TMR;
555 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
557 return ev->type != LLC_CONN_EV_TYPE_REJ_TMR;
562 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
564 return ev->type != LLC_CONN_EV_TYPE_BUSY_TMR;
574 const struct llc_conn_state_ev *ev = llc_conn_ev(skb);
576 return ev->type == LLC_CONN_EV_TYPE_SIMPLE &&
577 ev->prim_type == LLC_CONN_EV_TX_BUFF_FULL ? 0 : 1;
691 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
693 ev->status = LLC_STATUS_CONN;
699 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
701 ev->status = LLC_STATUS_DISC;
707 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
709 ev->status = LLC_STATUS_FAILED;
716 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
718 ev->status = LLC_STATUS_REMOTE_BUSY;
724 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
726 ev->status = LLC_STATUS_REFUSE;
732 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
734 ev->status = LLC_STATUS_CONFLICT;
740 struct llc_conn_state_ev *ev = llc_conn_ev(skb);
742 ev->status = LLC_STATUS_RESET_DONE;