Searched defs:inbound (Results 1 - 5 of 5) sorted by relevance

/drivers/hv/
H A Dvmbus_drv.c325 struct hv_ring_buffer_debug_info inbound; local
329 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound);
330 return sprintf(buf, "%d\n", inbound.current_interrupt_mask);
338 struct hv_ring_buffer_debug_info inbound; local
342 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound);
343 return sprintf(buf, "%d\n", inbound.current_read_index);
351 struct hv_ring_buffer_debug_info inbound; local
355 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound,
365 struct hv_ring_buffer_debug_info inbound; local
379 struct hv_ring_buffer_debug_info inbound; local
[all...]
/drivers/net/ppp/
H A Dppp_async.c111 int len, int inbound);
956 int len, int inbound)
972 if (code == (inbound? CONFACK: CONFREQ)) {
981 if (!inbound) {
992 } else if (inbound)
1003 if (inbound)
1010 if (inbound)
955 async_lcp_peek(struct asyncppp *ap, unsigned char *data, int len, int inbound) argument
H A Dppp_generic.c268 static void ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound);
1845 "PPP: inbound frame "
2441 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) argument
2460 if(inbound)
2488 if (inbound) {
2511 if (inbound) {
/drivers/block/
H A Drbd.c3232 void *inbound,
3243 * should placed into the inbound buffer provided. They
3299 ceph_copy_from_page_vector(pages, inbound, 0, obj_request->xferred);
3226 rbd_obj_method_sync(struct rbd_device *rbd_dev, const char *object_name, const char *class_name, const char *method_name, const void *outbound, size_t outbound_size, void *inbound, size_t inbound_size) argument
/drivers/scsi/lpfc/
H A Dlpfc_sli.c8018 int inbound = 0; /* number of sg reply entries inbound from firmware */ local
8065 inbound++;
8066 /* first inbound? reset the offset */
8067 if (inbound == 1)

Completed in 160 milliseconds