Lines Matching +full:documentation +full:- +full:service
4 * Copyright (c) 2008-2012 Chelsio Communications, Inc. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
22 * disclaimer in the documentation and/or other materials
125 struct fc_els_csp csp; /* Common service parms */
128 struct fc_els_cssp clsp[4]; /* Class service params */
150 struct csio_service_parms ln_sparm; /* Service parms */
191 #define csio_lnode_to_hw(ln) ((ln)->hwp)
192 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
193 #define csio_parent_lnode(ln) ((ln)->pln)
194 #define csio_ln_flowid(ln) ((ln)->vnp_flowid)
195 #define csio_ln_wwpn(ln) ((ln)->ln_sparm.wwpn)
196 #define csio_ln_wwnn(ln) ((ln)->ln_sparm.wwnn)
199 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0)
200 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0)
204 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
208 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
212 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
215 /* HW->Lnode notifications */