Home
last modified time | relevance | path

Searched defs:pn (Results 1 – 11 of 11) sorted by relevance

/drivers/net/chelsio/
Dvsc7326_reg.h166 #define REG_MAX_LEN(pn) CRA(0x1,pn,0x02) /* Max length */ argument
167 #define REG_MAC_HIGH_ADDR(pn) CRA(0x1,pn,0x03) /* Upper 24 bits of MAC addr */ argument
168 #define REG_MAC_LOW_ADDR(pn) CRA(0x1,pn,0x04) /* Lower 24 bits of MAC addr */ argument
173 #define REG_MODE_CFG(pn) CRA(0x1,pn,0x00) /* Mode configuration */ argument
174 #define REG_PAUSE_CFG(pn) CRA(0x1,pn,0x01) /* Pause configuration */ argument
175 #define REG_NORMALIZER(pn) CRA(0x1,pn,0x05) /* Normalizer */ argument
176 #define REG_TBI_STATUS(pn) CRA(0x1,pn,0x06) /* TBI status */ argument
177 #define REG_PCS_STATUS_DBG(pn) CRA(0x1,pn,0x07) /* PCS status debug */ argument
178 #define REG_PCS_CTRL(pn) CRA(0x1,pn,0x08) /* PCS control */ argument
179 #define REG_TBI_CONFIG(pn) CRA(0x1,pn,0x09) /* TBI configuration */ argument
[all …]
/drivers/message/fusion/
Dmptfc.c431 u64 pn, nn; in mptfc_register_dev() local
574 u64 nn, pn; in mptfc_dump_lun_info() local
1087 u64 pn; in mptfc_setup_reset() local
1114 u64 pn; in mptfc_rescan_devices() local
/drivers/staging/rtl8187se/ieee80211/
Dieee80211_crypt_ccmp.c165 u8 *pn, size_t dlen, u8 *b0, u8 *auth, in ccmp_init_blocks()
319 u8 pn[6]; in ieee80211_ccmp_decrypt() local
/drivers/infiniband/hw/ipath/
Dipath_verbs_mcast.c166 struct rb_node *pn = NULL; in ipath_mcast_add() local
/drivers/media/video/
Dvpx3220.c534 u16 pn; in vpx3220_probe() local
/drivers/net/usb/
Dpegasus.c63 #define PEGASUS_DEV(pn, vid, pid, flags) \ argument
72 #define PEGASUS_DEV(pn, vid, pid, flags) \ argument
/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c155 struct rb_node **n = &priv->multicast_tree.rb_node, *pn = NULL; in __ipoib_mcast_add() local
Dipoib_main.c241 struct rb_node *pn = NULL; in __path_add() local
/drivers/char/ip2/
Dip2main.c3153 ip2trace (unsigned short pn, unsigned char cat, unsigned char label, unsigned long codes, ...) in ip2trace()
/drivers/scsi/lpfc/
Dlpfc_nportdisc.c46 struct lpfc_name *nn, struct lpfc_name *pn) in lpfc_check_adisc()
/drivers/usb/host/
Du132-hcd.c1514 static void port_power(struct u132 *u132, int pn, int is_on) in port_power()