Searched refs:cmac (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h98 void (*destroy)(struct cmac *);
99 int (*reset)(struct cmac *);
100 int (*interrupt_enable)(struct cmac *);
101 int (*interrupt_disable)(struct cmac *);
102 int (*interrupt_clear)(struct cmac *);
103 int (*interrupt_handler)(struct cmac *);
105 int (*enable)(struct cmac *, int);
106 int (*disable)(struct cmac *, int);
108 int (*loopback_enable)(struct cmac *);
109 int (*loopback_disable)(struct cmac *);
126 struct cmac { struct
[all...]
H A Dpm3393.c97 static int pmread(struct cmac *cmac, u32 reg, u32 * data32) argument
99 t1_tpi_read(cmac->adapter, OFFSET(reg), data32);
103 static int pmwrite(struct cmac *cmac, u32 reg, u32 data32) argument
105 t1_tpi_write(cmac->adapter, OFFSET(reg), data32);
110 static int pm3393_reset(struct cmac *cmac) argument
123 static int pm3393_interrupt_enable(struct cmac *cmac) argument
162 pm3393_interrupt_disable(struct cmac *cmac) argument
201 pm3393_interrupt_clear(struct cmac *cmac) argument
246 pm3393_interrupt_handler(struct cmac *cmac) argument
261 pm3393_enable(struct cmac *cmac, int which) argument
281 pm3393_enable_port(struct cmac *cmac, int which) argument
295 pm3393_disable(struct cmac *cmac, int which) argument
312 pm3393_loopback_enable(struct cmac *cmac) argument
317 pm3393_loopback_disable(struct cmac *cmac) argument
322 pm3393_set_mtu(struct cmac *cmac, int mtu) argument
343 pm3393_set_rx_mode(struct cmac *cmac, struct t1_rx_mode *rm) argument
394 pm3393_get_speed_duplex_fc(struct cmac *cmac, int *speed, int *duplex, int *fc) argument
406 pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, int fc) argument
512 pm3393_macaddress_get(struct cmac *cmac, u8 mac_addr[6]) argument
518 pm3393_macaddress_set(struct cmac *cmac, u8 ma[6]) argument
581 pm3393_destroy(struct cmac *cmac) argument
608 struct cmac *cmac; local
[all...]
H A Dmac.c54 static int mac_intr_enable(struct cmac *mac)
79 static int mac_intr_disable(struct cmac *mac)
104 static int mac_intr_clear(struct cmac *mac)
127 static int mac_get_address(struct cmac *mac, u8 addr[6])
145 static int mac_reset(struct cmac *mac)
172 static int mac_set_rx_mode(struct cmac *mac, struct t1_rx_mode *rm)
187 static int mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex,
223 static int mac_enable(struct cmac *mac, int which)
238 static int mac_disable(struct cmac *mac, int which)
254 static int mac_set_mtu(struct cmac *ma
[all...]
H A Dvsc7326.c357 static int mac_intr_handler(struct cmac *mac)
362 static int mac_intr_enable(struct cmac *mac)
367 static int mac_intr_disable(struct cmac *mac)
372 static int mac_intr_clear(struct cmac *mac)
378 static int mac_set_address(struct cmac* mac, u8 addr[6])
401 static int mac_get_address(struct cmac *mac, u8 addr[6])
419 static int mac_reset(struct cmac *mac)
429 static int mac_set_rx_mode(struct cmac *mac, struct t1_rx_mode *rm)
446 static int mac_set_mtu(struct cmac *mac, int mtu)
458 static int mac_set_speed_duplex_fc(struct cmac *ma
[all...]
H A Dcommon.h246 struct cmac;
251 struct cmac *mac;
376 extern int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
H A Dsubr.c166 struct cmac *mac = adapter->port[port_id].mac;
626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
737 struct cmac *mac = adapter->port[0].mac;
754 struct cmac *mac = adapter->port[0].mac;
1040 struct cmac *mac = adapter->port[i].mac;
1128 struct cmac *mac;
H A Dcxgb2.c124 struct cmac *mac = adapter->port[dev->if_port].mac;
185 struct cmac *mac = p->mac;
274 struct cmac *mac = p->mac;
453 struct cmac *mac = adapter->port[dev->if_port].mac;
849 struct cmac *mac = adapter->port[dev->if_port].mac;
864 struct cmac *mac = adapter->port[dev->if_port].mac;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dxgmac.c41 static inline int macidx(const struct cmac *mac)
46 static void xaui_serdes_reset(struct cmac *mac)
70 void t3b_pcs_reset(struct cmac *mac)
79 int t3_mac_reset(struct cmac *mac)
145 int t3b2_mac_reset(struct cmac *mac)
200 static void set_addr_filter(struct cmac *mac, int idx, const u8 * addr)
213 int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6])
226 int t3_mac_set_num_ucast(struct cmac *mac, int n)
234 static void disable_exact_filters(struct cmac *mac)
245 static void enable_exact_filters(struct cmac *ma
[all...]
H A Dcommon.h477 struct cmac { struct
652 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
663 void mac_prep(struct cmac *mac, struct adapter *adapter, int index);
679 int t3_mac_reset(struct cmac *mac);
680 void t3b_pcs_reset(struct cmac *mac);
681 int t3_mac_enable(struct cmac *mac, int which);
682 int t3_mac_disable(struct cmac *mac, int which);
683 int t3_mac_set_mtu(struct cmac *mac, unsigned int mtu);
684 int t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm);
685 int t3_mac_set_address(struct cmac *ma
[all...]
H A Dadapter.h61 struct cmac mac;
H A Dcxgb3_main.c189 struct cmac *mac = &pi->mac;
229 struct cmac *mac = &pi->mac;
2144 struct cmac *mac = &p->mac;
H A Dt3_hw.c1021 struct cmac *mac = &pi->mac;
1063 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc)
1493 struct cmac *mac = &adap2pinfo(adap, idx)->mac;
3219 void mac_prep(struct cmac *mac, struct adapter *adapter, int index)

Completed in 108 milliseconds