Searched refs:cnx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Diseries_veth.c222 static void veth_wake_queues(struct veth_lpar_connection *cnx);
223 static void veth_stop_queues(struct veth_lpar_connection *cnx);
247 static inline void veth_stack_push(struct veth_lpar_connection *cnx, argument
250 msg->next = cnx->msg_stack_head;
251 cnx->msg_stack_head = msg;
255 static inline struct veth_msg *veth_stack_pop(struct veth_lpar_connection *cnx) argument
259 msg = cnx->msg_stack_head;
261 cnx->msg_stack_head = cnx->msg_stack_head->next;
267 static inline int veth_stack_is_empty(struct veth_lpar_connection *cnx) argument
273 veth_signalevent(struct veth_lpar_connection *cnx, u16 subtype, HvLpEvent_AckInd ackind, HvLpEvent_AckType acktype, u64 token, u64 data1, u64 data2, u64 data3, u64 data4, u64 data5) argument
287 veth_signaldata(struct veth_lpar_connection *cnx, u16 subtype, u64 token, void *data) argument
336 struct veth_lpar_connection *cnx; local
457 veth_kick_statemachine(struct veth_lpar_connection *cnx) argument
462 veth_take_cap(struct veth_lpar_connection *cnx, struct veth_lpevent *event) argument
487 veth_take_cap_ack(struct veth_lpar_connection *cnx, struct veth_lpevent *event) argument
505 veth_take_monitor_ack(struct veth_lpar_connection *cnx, struct veth_lpevent *event) argument
526 struct veth_lpar_connection *cnx = veth_cnx[rlp]; local
546 struct veth_lpar_connection *cnx = veth_cnx[rlp]; local
599 veth_process_caps(struct veth_lpar_connection *cnx) argument
641 struct veth_lpar_connection *cnx = local
812 struct veth_lpar_connection *cnx; local
878 veth_stop_connection(struct veth_lpar_connection *cnx) argument
901 veth_destroy_connection(struct veth_lpar_connection *cnx) argument
924 struct veth_lpar_connection *cnx; local
1119 struct veth_lpar_connection *cnx = veth_cnx[rlp]; local
1235 veth_recycle_msg(struct veth_lpar_connection *cnx, struct veth_msg *msg) argument
1262 veth_wake_queues(struct veth_lpar_connection *cnx) argument
1292 veth_stop_queues(struct veth_lpar_connection *cnx) argument
1323 struct veth_lpar_connection *cnx = (struct veth_lpar_connection *)ptr; local
1408 veth_flush_acks(struct veth_lpar_connection *cnx) argument
1423 veth_receive(struct veth_lpar_connection *cnx, struct veth_lpevent *event) argument
1552 struct veth_lpar_connection *cnx = (struct veth_lpar_connection *) ptr; local
1568 struct veth_lpar_connection *cnx; local
1616 struct veth_lpar_connection *cnx; local
1659 struct veth_lpar_connection *cnx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c1346 int cnx = 0; local
1352 if (cnx + pols[i]->xfrm_nr >= XFRM_MAX_DEPTH) {
1357 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);
1362 cnx += ret;
1367 xfrm_state_sort(xfrm, tpp, cnx, family);
1369 return cnx;
1372 for (cnx--; cnx>=0; cnx--)
1373 xfrm_state_put(tpp[cnx]);
[all...]

Completed in 229 milliseconds