Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 8 of 8) sorted by relevance

/include/scsi/
Dlibfc.h112 struct fc_lport *lp; member
216 struct fc_lport *lp; /* handle to hba struct */ member
311 struct fc_lport *lp; /* fc device instance */ member
344 int (*frame_send)(struct fc_lport *lp, struct fc_frame *fp);
393 struct fc_seq *(*exch_seq_send)(struct fc_lport *lp,
407 int (*seq_send)(struct fc_lport *lp, struct fc_seq *sp,
447 struct fc_exch *(*exch_get)(struct fc_lport *lp, struct fc_frame *fp);
456 void (*exch_put)(struct fc_lport *lp, struct fc_exch_mgr *mp,
488 void (*lport_recv)(struct fc_lport *lp, struct fc_seq *sp,
547 int (*fcp_cmd_send)(struct fc_lport *lp, struct fc_fcp_pkt *fsp,
[all …]
Dlibfcoe.h44 struct fc_lport *lp; member
63 const struct fc_lport *lp) in fcoe_netdev() argument
65 return ((struct fcoe_softc *)lport_priv(lp))->real_dev; in fcoe_netdev()
156 void fcoe_clean_pending_queue(struct fc_lport *lp);
157 void fcoe_percpu_clean(struct fc_lport *lp);
159 int fcoe_link_ok(struct fc_lport *lp);
/include/linux/
Dcom20020.h85 lp->config = (lp->config & ~0x03) | (x); \
99 #define ARCRESET { outb(lp->config | 0x80, _CONFIG); \
101 outb(lp->config , _CONFIG); \
113 #define SETCONF outb(lp->config, _CONFIG)
Darcdevice.h323 #define ARCRESET(x) (lp->hw.reset(dev, (x)))
324 #define ACOMMAND(x) (lp->hw.command(dev, (x)))
325 #define ASTATUS() (lp->hw.status(dev))
326 #define AINTMASK(x) (lp->hw.intmask(dev, (x)))
Disdn_ppp.h225 struct isdn_net_local_s *lp; member
Dsecurity.h71 extern int cap_task_setscheduler(struct task_struct *p, int policy, struct sched_param *lp);
1490 struct sched_param *lp);
1744 int policy, struct sched_param *lp);
2350 struct sched_param *lp) in security_task_setscheduler() argument
2352 return cap_task_setscheduler(p, policy, lp); in security_task_setscheduler()
DKbuild270 unifdef-y += lp.h
/include/linux/sunrpc/
Dcache.h174 extern void qword_add(char **bpp, int *lp, char *str);
175 extern void qword_addhex(char **bpp, int *lp, char *buf, int blen);