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 */
532 /* QIB_POLL, etc. link-state specific flags, per port */
543 * get status cheaply, whenever they want. One qword of status per port
601 unsigned long p_rcvctrl; /* shadow per-port rcvctrl */
602 unsigned long p_sendctrl; /* shadow per-port sendctrl */
632 u8 hw_pidx; /* physical port index */
633 u8 port; /* IB port number and index into dd->pports - 1 */
708 * fields related to a physical IB port are in a qib_pportdata struct,
732 /* qib_pportdata, points to array of (physical) port-specific
806 /* Read/modify/write sendctrl appropriately for op and port. */
849 /* device (not port) flags, basically device capabilities */
1203 static inline struct qib_ibport *to_iport(struct ib_device *ibdev, u8 port)
1206 unsigned pidx = port - 1; /* IB number port from 1, hdw from 0 */
1477 * the IB port# to be definitive as to what's happening..
1479 * first to avoid possible serial port delays from printk.
1492 #define qib_dev_porterr(dd, port, fmt, ...) \
1494 rvt_get_ibdev_name(&(dd)->verbs_dev.rdi), (dd)->unit, (port), \