Searched refs:ep (Results 101 - 125 of 623) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h36 struct iscsi_cls_session *beiscsi_session_create(struct iscsi_endpoint *ep,
52 int beiscsi_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param,
69 int beiscsi_ep_poll(struct iscsi_endpoint *ep, int timeout_ms);
71 void beiscsi_ep_disconnect(struct iscsi_endpoint *ep);
/linux-master/drivers/usb/gadget/udc/
H A Datmel_usba_udc.h192 #define usba_ep_readl(ep, reg) \
193 readl_relaxed((ep)->ep_regs + USBA_EPT_##reg)
194 #define usba_ep_writel(ep, reg, value) \
195 writel_relaxed((value), (ep)->ep_regs + USBA_EPT_##reg)
196 #define usba_dma_readl(ep, reg) \
197 readl_relaxed((ep)->dma_regs + USBA_DMA_##reg)
198 #define usba_dma_writel(ep, reg, value) \
199 writel_relaxed((value), (ep)->dma_regs + USBA_DMA_##reg)
274 struct usb_ep ep; member in struct:usba_ep
363 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) argument
[all...]
H A Dcore.c75 * @ep:the endpoint being configured
81 void usb_ep_set_maxpacket_limit(struct usb_ep *ep, argument
84 ep->maxpacket_limit = maxpacket_limit;
85 ep->maxpacket = maxpacket_limit;
87 trace_usb_ep_set_maxpacket_limit(ep, 0);
93 * @ep:the endpoint being configured. may not be the endpoint named "ep0".
106 * configurable, with more generic names like "ep-a". (remember that for
113 int usb_ep_enable(struct usb_ep *ep) argument
117 if (ep->enabled)
121 if (usb_endpoint_maxp(ep
158 usb_ep_disable(struct usb_ep *ep) argument
192 usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) argument
214 usb_ep_free_request(struct usb_ep *ep, struct usb_request *req) argument
290 usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) argument
328 usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) argument
362 usb_ep_set_halt(struct usb_ep *ep) argument
388 usb_ep_clear_halt(struct usb_ep *ep) argument
411 usb_ep_set_wedge(struct usb_ep *ep) argument
443 usb_ep_fifo_status(struct usb_ep *ep) argument
469 usb_ep_fifo_flush(struct usb_ep *ep) argument
993 usb_gadget_giveback_request(struct usb_ep *ep, struct usb_request *req) argument
1015 struct usb_ep *ep; local
1028 usb_gadget_ep_match_desc(struct usb_gadget *gadget, struct usb_ep *ep, struct usb_endpoint_descriptor *desc, struct usb_ss_ep_comp_descriptor *ep_comp) argument
[all...]
H A Ddummy_hcd.c87 struct usb_ep ep; member in struct:dummy_ep
96 struct list_head queue; /* ep's requests */
102 return container_of(_ep, struct dummy_ep, ep);
118 * number can be changed. Names like "ep-a" are used for this type.
190 EP_INFO("ep-aout",
192 EP_INFO("ep-bin",
194 EP_INFO("ep-cout",
196 EP_INFO("ep-dout",
198 EP_INFO("ep-ein",
200 EP_INFO("ep
266 struct dummy_ep ep[DUMMY_ENDPOINTS]; member in struct:dummy
305 ep_to_dummy(struct dummy_ep *ep) argument
329 nuke(struct dummy *dum, struct dummy_ep *ep) argument
504 struct dummy_ep *ep; local
638 struct dummy_ep *ep; local
686 fifo_complete(struct usb_ep *ep, struct usb_request *req) argument
693 struct dummy_ep *ep; local
750 struct dummy_ep *ep; local
790 struct dummy_ep *ep; local
1048 struct dummy_ep *ep = &dum->ep[i]; local
1399 transfer(struct dummy_hcd *dum_hcd, struct urb *urb, struct dummy_ep *ep, int limit, int *status) argument
1533 periodic_bytes(struct dummy *dum, struct dummy_ep *ep) argument
1580 struct dummy_ep *ep = &dum->ep[i]; local
1835 struct dummy_ep *ep = NULL; local
2401 int ep = usb_pipeendpoint(urb->pipe); local
[all...]
H A Dnet2272.h415 struct usb_ep ep; member in struct:net2272_ep
439 struct net2272_ep ep[4]; member in struct:net2272
521 net2272_ep_write(struct net2272_ep *ep, unsigned int reg, u8 value) argument
523 struct net2272 *dev = ep->dev;
525 if (dev->pagesel != ep->num) {
526 net2272_write(dev, PAGESEL, ep->num);
527 dev->pagesel = ep->num;
533 net2272_ep_read(struct net2272_ep *ep, unsigned int reg) argument
535 struct net2272 *dev = ep->dev;
537 if (dev->pagesel != ep
544 allow_status(struct net2272_ep *ep) argument
554 set_halt(struct net2272_ep *ep) argument
561 clear_halt(struct net2272_ep *ep) argument
569 set_fifo_bytecount(struct net2272_ep *ep, unsigned count) argument
[all...]
/linux-master/include/linux/usb/
H A Dcdc-wdm.h15 struct usb_endpoint_descriptor *ep,
/linux-master/drivers/pci/controller/dwc/
H A Dpci-layerscape-ep.c102 dw_pcie_ep_linkup(&pci->ep);
107 pci_epc_linkdown(pci->ep.epc);
142 ls_pcie_ep_get_features(struct dw_pcie_ep *ep) argument
144 struct dw_pcie *pci = to_dw_pcie_from_ep(ep);
150 static void ls_pcie_ep_init(struct dw_pcie_ep *ep) argument
152 struct dw_pcie *pci = to_dw_pcie_from_ep(ep);
157 ep_func = dw_pcie_ep_get_func_from_ep(ep, 0);
168 static int ls_pcie_ep_raise_irq(struct dw_pcie_ep *ep, u8 func_no, argument
171 struct dw_pcie *pci = to_dw_pcie_from_ep(ep);
175 return dw_pcie_ep_raise_intx_irq(ep, func_n
187 ls_pcie_ep_get_dbi_offset(struct dw_pcie_ep *ep, u8 func_no) argument
[all...]
H A Dpcie-designware.h334 void (*pre_init)(struct dw_pcie_ep *ep);
335 void (*init)(struct dw_pcie_ep *ep);
336 void (*deinit)(struct dw_pcie_ep *ep);
337 int (*raise_irq)(struct dw_pcie_ep *ep, u8 func_no,
339 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep);
347 unsigned int (*get_dbi_offset)(struct dw_pcie_ep *ep, u8 func_no);
348 unsigned int (*get_dbi2_offset)(struct dw_pcie_ep *ep, u8 func_no);
399 struct dw_pcie_ep ep; member in struct:dw_pcie
419 container_of((endpoint), struct dw_pcie, ep)
489 static inline unsigned int dw_pcie_ep_get_dbi_offset(struct dw_pcie_ep *ep, argument
500 dw_pcie_ep_read_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg, size_t size) argument
509 dw_pcie_ep_write_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg, size_t size, u32 val) argument
518 dw_pcie_ep_writel_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg, u32 val) argument
524 dw_pcie_ep_readl_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg) argument
530 dw_pcie_ep_writew_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg, u16 val) argument
536 dw_pcie_ep_readw_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg) argument
542 dw_pcie_ep_writeb_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg, u8 val) argument
548 dw_pcie_ep_readb_dbi(struct dw_pcie_ep *ep, u8 func_no, u32 reg) argument
554 dw_pcie_ep_get_dbi2_offset(struct dw_pcie_ep *ep, u8 func_no) argument
567 dw_pcie_ep_write_dbi2(struct dw_pcie_ep *ep, u8 func_no, u32 reg, size_t size, u32 val) argument
576 dw_pcie_ep_writel_dbi2(struct dw_pcie_ep *ep, u8 func_no, u32 reg, u32 val) argument
687 dw_pcie_ep_linkup(struct dw_pcie_ep *ep) argument
691 dw_pcie_ep_init(struct dw_pcie_ep *ep) argument
696 dw_pcie_ep_init_complete(struct dw_pcie_ep *ep) argument
701 dw_pcie_ep_init_notify(struct dw_pcie_ep *ep) argument
705 dw_pcie_ep_exit(struct dw_pcie_ep *ep) argument
709 dw_pcie_ep_raise_intx_irq(struct dw_pcie_ep *ep, u8 func_no) argument
714 dw_pcie_ep_raise_msi_irq(struct dw_pcie_ep *ep, u8 func_no, u8 interrupt_num) argument
720 dw_pcie_ep_raise_msix_irq(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) argument
726 dw_pcie_ep_raise_msix_irq_doorbell(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) argument
738 dw_pcie_ep_get_func_from_ep(struct dw_pcie_ep *ep, u8 func_no) argument
[all...]
H A Dpcie-designware-plat.c35 static void dw_plat_pcie_ep_init(struct dw_pcie_ep *ep) argument
37 struct dw_pcie *pci = to_dw_pcie_from_ep(ep);
44 static int dw_plat_pcie_ep_raise_irq(struct dw_pcie_ep *ep, u8 func_no, argument
47 struct dw_pcie *pci = to_dw_pcie_from_ep(ep);
51 return dw_pcie_ep_raise_intx_irq(ep, func_no);
53 return dw_pcie_ep_raise_msi_irq(ep, func_no, interrupt_num);
55 return dw_pcie_ep_raise_msix_irq(ep, func_no, interrupt_num);
70 dw_plat_pcie_get_features(struct dw_pcie_ep *ep) argument
146 pci->ep.ops = &pcie_ep_ops;
147 ret = dw_pcie_ep_init(&pci->ep);
[all...]
/linux-master/drivers/usb/core/
H A Dof.c110 struct device_node *np, *child, *ep, *remote_np; local
126 ep = of_graph_get_endpoint_by_regs(np, port1, -1);
127 if (ep) {
128 remote_np = of_graph_get_remote_port_parent(ep);
129 of_node_put(ep);
/linux-master/drivers/usb/gadget/legacy/
H A Draw_gadget.c141 struct usb_ep *ep; member in struct:raw_ep
223 usb_ep_disable(dev->eps[i].ep);
224 usb_ep_free_request(dev->eps[i].ep, dev->eps[i].req);
225 kfree(dev->eps[i].ep->desc);
248 static void gadget_ep0_complete(struct usb_ep *ep, struct usb_request *req) argument
276 /* Otherwise the endpoint is configurable (named as e.g. "ep-a"). */
286 struct usb_ep *ep; local
305 gadget_for_each_ep(ep, dev->gadget) {
306 dev->eps[i].ep = ep;
844 struct raw_ep *ep; local
1041 gadget_ep_complete(struct usb_ep *ep, struct usb_request *req) argument
1062 struct raw_ep *ep; local
1240 fill_ep_limits(struct usb_ep *ep, struct usb_raw_ep_limits *limits) argument
1251 struct raw_ep *ep; local
[all...]
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c75 struct ast_vhub_ep *ep = d->epns[i]; local
77 if (ep && (ep->epn.stalled || ep->epn.wedged)) {
78 ep->epn.stalled = false;
79 ep->epn.wedged = false;
80 ast_vhub_update_epn_stall(ep);
137 struct ast_vhub_ep *ep; local
141 DDBG(d, "%s_FEATURE(ep%d val=%02x)\n",
150 ep
184 struct ast_vhub_ep *ep; local
217 ast_vhub_std_dev_request(struct ast_vhub_ep *ep, struct usb_ctrlrequest *crq) argument
364 struct ast_vhub_ep *ep; local
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhtc.c53 static void ath11k_htc_prepare_tx_skb(struct ath11k_htc_ep *ep, argument
61 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) |
65 if (ep->tx_credit_flow_enabled)
69 spin_lock_bh(&ep->htc->tx_lock);
70 hdr->ctrl_info = FIELD_PREP(HTC_HDR_CONTROLBYTES1, ep->seq_no++);
71 spin_unlock_bh(&ep->htc->tx_lock);
78 struct ath11k_htc_ep *ep = &htc->endpoint[eid]; local
85 ep->tx_credit_flow_enabled);
97 if (ep->tx_credits < credits) {
99 "ep
157 struct ath11k_htc_ep *ep; local
259 struct ath11k_htc_ep *ep; local
291 struct ath11k_htc_ep *ep; local
468 struct ath11k_htc_ep *ep; local
605 struct ath11k_htc_ep *ep; local
[all...]
/linux-master/drivers/char/xillybus/
H A Dxillybus_core.c114 struct xilly_endpoint *ep = data; local
122 buf = ep->msgbuf_addr;
123 buf_size = ep->msg_buf_size/sizeof(u32);
125 dma_sync_single_for_cpu(ep->dev, ep->msgbuf_dma_addr,
126 ep->msg_buf_size, DMA_FROM_DEVICE);
129 if (((buf[i+1] >> 28) & 0xf) != ep->msg_counter) {
130 malformed_message(ep, &buf[i]);
131 dev_warn(ep->dev,
134 ep
312 xilly_map_single(struct xilly_endpoint *ep, void *ptr, size_t size, int direction, dma_addr_t *ret_dma_handle ) argument
343 xilly_get_dma_buffers(struct xilly_endpoint *ep, struct xilly_alloc_state *s, struct xilly_buffer **buffers, int bufnum, int bytebufsize) argument
427 xilly_setupchannels(struct xilly_endpoint *ep, unsigned char *chandesc, int entries) argument
[all...]
/linux-master/drivers/usb/mon/
H A Dmon_bin.c388 struct mon_bin_hdr *ep; local
390 ep = MON_OFF2HDR(rp, offset);
391 memset(ep, 0, PKT_SIZE);
392 ep->type = '@';
393 ep->len_cap = size - PKT_SIZE;
491 const struct usb_endpoint_descriptor *epd = &urb->ep->desc;
500 struct mon_bin_hdr *ep; local
541 /* Cannot rely on endpoint number in case of control ep.0 */
563 ep = MON_OFF2HDR(rp, offset);
569 memset(ep,
641 struct mon_bin_hdr *ep; local
745 struct mon_bin_hdr *ep; local
809 struct mon_bin_hdr *ep; local
878 struct mon_bin_hdr *ep; local
908 struct mon_bin_hdr *ep; local
958 struct mon_bin_hdr *ep; local
992 struct mon_bin_hdr *ep; local
[all...]
/linux-master/drivers/usb/dwc2/
H A Dgadget.c41 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep) argument
43 return container_of(ep, struct dwc2_hsotg_ep, ep);
193 * @ep: The endpoint index
201 unsigned int ep, unsigned int dir_in,
205 u32 bit = 1 << ep;
310 unsigned int ep; local
343 for (ep = 1; ep < MAX_EPS_CHANNELS; ep
200 dwc2_hsotg_ctrl_epint(struct dwc2_hsotg *hsotg, unsigned int ep, unsigned int dir_in, unsigned int en) argument
395 dwc2_hsotg_ep_alloc_request(struct usb_ep *ep, gfp_t flags) argument
1402 dwc2_hsotg_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) argument
1526 dwc2_hsotg_ep_queue_lock(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) argument
1541 dwc2_hsotg_ep_free_request(struct usb_ep *ep, struct usb_request *req) argument
1557 dwc2_hsotg_complete_oursetup(struct usb_ep *ep, struct usb_request *req) argument
1627 dwc2_hsotg_send_reply(struct dwc2_hsotg *hsotg, struct dwc2_hsotg_ep *ep, void *buff, int length) argument
1674 struct dwc2_hsotg_ep *ep; local
1780 struct dwc2_hsotg_ep *ep; local
2012 dwc2_hsotg_complete_setup(struct usb_ep *ep, struct usb_request *req) argument
2581 dwc2_hsotg_set_ep_maxpacket(struct dwc2_hsotg *hsotg, unsigned int ep, unsigned int mps, unsigned int mc, unsigned int dir_in) argument
2888 dwc2_gadget_handle_out_token_ep_disabled(struct dwc2_hsotg_ep *ep) argument
3286 kill_all_requests(struct dwc2_hsotg *hsotg, struct dwc2_hsotg_ep *ep, int result) argument
3317 unsigned int ep; local
3348 struct dwc2_hsotg_ep *ep; local
3391 int ep; local
3773 int ep; local
4014 dwc2_hsotg_ep_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) argument
4244 dwc2_hsotg_ep_disable(struct usb_ep *ep) argument
4292 dwc2_hsotg_ep_disable_lock(struct usb_ep *ep) argument
4310 on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) argument
4327 dwc2_hsotg_ep_dequeue(struct usb_ep *ep, struct usb_request *req) argument
4358 dwc2_gadget_ep_set_wedge(struct usb_ep *ep) argument
4384 dwc2_hsotg_ep_sethalt(struct usb_ep *ep, int value, bool now) argument
4463 dwc2_hsotg_ep_sethalt_lock(struct usb_ep *ep, int value) argument
4599 int ep; local
5097 int ep; local
[all...]
/linux-master/drivers/usb/usbip/
H A Dvudc.h26 struct usb_ep ep; member in struct:vep
28 char name[8]; /* space for ep name */
47 struct vep *ep; member in struct:urbp
50 unsigned type:2; /* for tx, since ep type can change after */
104 struct vep *ep; member in struct:vudc
124 return container_of(_ep, struct vep, ep);
139 static inline struct vudc *ep_to_vudc(struct vep *ep) argument
141 return container_of(ep->gadget, struct vudc, gadget);
/linux-master/arch/x86/platform/pvh/
H A Denlighten.c49 struct hvm_memmap_table_entry *ep; local
52 ep = __va(pvh_start_info.memmap_paddr);
55 for (i = 0; i < pvh_bootparams.e820_entries ; i++, ep++) {
56 pvh_bootparams.e820_table[i].addr = ep->addr;
57 pvh_bootparams.e820_table[i].size = ep->size;
58 pvh_bootparams.e820_table[i].type = ep->type;
/linux-master/drivers/usb/gadget/function/
H A Df_sourcesink.c290 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) argument
292 return alloc_ep_req(ep, len);
295 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) argument
299 value = usb_ep_disable(ep);
301 DBG(cdev, "disable %s --> %d\n", ep->name, value);
500 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) argument
504 int max_packet_size = le16_to_cpu(ep->desc->wMaxPacketSize);
505 struct f_sourcesink *ss = ep->driver_data;
520 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) argument
523 struct f_sourcesink *ss = ep
579 struct usb_ep *ep; local
650 struct usb_ep *ep; local
[all...]
/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c45 struct fc_exch *ep; local
70 ep = fc_seq_exch(cmd->seq);
71 lport = ep->lp;
95 __func__, ep->xid);
161 fc_fill_fc_hdr(fp, FC_RCTL_DD_SOL_DATA, ep->did, ep->sid,
168 __func__, fp, ep->xid,
199 struct fc_exch *ep; local
220 ep = fc_seq_exch(seq);
221 lport = ep
330 struct fc_exch *ep = NULL; local
[all...]
/linux-master/net/sctp/
H A Dauth.c353 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, argument
362 key_for_each(sh_key, &ep->endpoint_shared_keys) {
454 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) argument
460 if (ep->auth_hmacs)
464 ep->auth_hmacs = kcalloc(SCTP_AUTH_NUM_HMACS,
467 if (!ep->auth_hmacs)
481 if (ep->auth_hmacs[id])
489 ep->auth_hmacs[id] = tfm;
496 sctp_auth_destroy_hmacs(ep->auth_hmacs);
497 ep
609 struct sctp_endpoint *ep; local
756 sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) argument
778 sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, struct sctp_hmacalgo *hmacs) argument
817 sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, struct sctp_authkey *auth_key) argument
880 sctp_auth_set_active_key(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) argument
923 sctp_auth_del_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) argument
967 sctp_auth_deact_key_id(struct sctp_endpoint *ep, struct sctp_association *asoc, __u16 key_id) argument
1022 sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp) argument
1081 sctp_auth_free(struct sctp_endpoint *ep) argument
[all...]
/linux-master/tools/perf/util/
H A Dstrfilter.c82 const char **ep)
146 *ep = s;
151 *ep = s;
158 * Return NULL if fail, and *ep == NULL if memory allocation failed.
163 const char *ep = NULL; local
166 filter->root = strfilter_node__new(rules, &ep);
168 if (!filter || !filter->root || *ep != '\0') {
170 *err = ep;
182 const char *ep = NULL; local
187 right = strfilter_node__new(rules, &ep);
81 strfilter_node__new(const char *s, const char **ep) argument
[all...]
/linux-master/net/qrtr/
H A Dtun.c13 struct qrtr_endpoint ep; member in struct:qrtr_tun
19 static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb) argument
21 struct qrtr_tun *tun = container_of(ep, struct qrtr_tun, ep);
43 tun->ep.xmit = qrtr_tun_send;
47 ret = qrtr_endpoint_register(&tun->ep, QRTR_EP_NID_AUTO);
108 ret = qrtr_endpoint_post(&tun->ep, kbuf, len);
131 qrtr_endpoint_unregister(&tun->ep);
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-plat.c46 struct cdns_pcie_ep *ep; local
96 ep = devm_kzalloc(dev, sizeof(*ep), GFP_KERNEL);
97 if (!ep)
100 ep->pcie.dev = dev;
101 ep->pcie.ops = &cdns_plat_ops;
102 cdns_plat_pcie->pcie = &ep->pcie;
117 ret = cdns_pcie_ep_setup(ep);
165 .compatible = "cdns,cdns-pcie-ep",
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c374 * bnx2i_alloc_ep - allocates ep structure from global pool
383 struct iscsi_endpoint *ep; local
387 ep = iscsi_create_endpoint(sizeof(*bnx2i_ep));
388 if (!ep) {
389 printk(KERN_ERR "bnx2i: Could not allocate ep\n");
393 bnx2i_ep = ep->dd_data;
394 bnx2i_ep->cls_ep = ep;
407 return ep;
413 * @ep: pointer to iscsi endpoint structure
415 static void bnx2i_free_ep(struct iscsi_endpoint *ep) argument
604 bnx2i_ep_destroy_list_add(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
621 bnx2i_ep_destroy_list_del(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
638 bnx2i_ep_ofld_list_add(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
654 bnx2i_ep_ofld_list_del(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
676 struct bnx2i_endpoint *ep = NULL; local
704 struct bnx2i_endpoint *ep = NULL; local
729 bnx2i_ep_active_list_add(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
745 bnx2i_ep_active_list_del(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
1284 bnx2i_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max, uint16_t qdepth, uint32_t initial_cmdsn) argument
1413 struct iscsi_endpoint *ep; local
1527 bnx2i_ep_get_param(struct iscsi_endpoint *ep, enum iscsi_param param, char *buf) argument
1711 bnx2i_tear_down_conn(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) argument
1787 struct iscsi_endpoint *ep; local
1945 bnx2i_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) argument
2121 bnx2i_ep_disconnect(struct iscsi_endpoint *ep) argument
[all...]

Completed in 273 milliseconds

1234567891011>>