Lines Matching defs:port

73  * per driver stats, either not device nor port-specific, or
106 * Below contains all data related to a single context (formerly called port).
204 /* so funcs that need physical port can get it easily */
295 #define QIB_IB_CFG_PORT 21 /* switch port we are connected to */
380 * These are the generic indices for requesting per-port
447 * is chip-specific, per-port
515 * Current chips support only one such port, but the separation
517 * port-numbers are one-based. The first or only port is port1.
523 struct qib_chippport_specific *cpspec; /* chip-specific per-port */
528 /* QIB_POLL, etc. link-state specific flags, per port */
539 * get status cheaply, whenever they want. One qword of status per port
597 unsigned long p_rcvctrl; /* shadow per-port rcvctrl */
598 unsigned long p_sendctrl; /* shadow per-port sendctrl */
628 u8 hw_pidx; /* physical port index */
629 u32 port; /* IB port number and index into dd->pports - 1 */
704 * fields related to a physical IB port are in a qib_pportdata struct,
728 /* qib_pportdata, points to array of (physical) port-specific
802 /* Read/modify/write sendctrl appropriately for op and port. */
845 /* device (not port) flags, basically device capabilities */
1199 static inline struct qib_ibport *to_iport(struct ib_device *ibdev, u32 port)
1202 u32 pidx = port - 1; /* IB number port from 1, hdw from 0 */
1445 * the IB port# to be definitive as to what's happening..
1447 * first to avoid possible serial port delays from printk.
1460 #define qib_dev_porterr(dd, port, fmt, ...) \
1462 rvt_get_ibdev_name(&(dd)->verbs_dev.rdi), (dd)->unit, (port), \