Searched refs:media_type (Results 51 - 75 of 121) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_82599.c331 enum ixgbe_media_type media_type; local
336 media_type = ixgbe_media_type_copper;
347 media_type = ixgbe_media_type_backplane;
351 media_type = ixgbe_media_type_fiber;
354 media_type = ixgbe_media_type_cx4;
357 media_type = ixgbe_media_type_unknown;
361 return media_type;
2260 if (hw->phy.media_type != ixgbe_media_type_fiber) {
H A Dixgbe_common.c70 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
1759 if (hw->phy.media_type == ixgbe_media_type_backplane) {
1797 if ((hw->phy.media_type == ixgbe_media_type_copper) ||
1798 (hw->phy.media_type == ixgbe_media_type_cx4) ||
1799 ((hw->phy.media_type == ixgbe_media_type_fiber) &&
1811 (hw->phy.media_type != ixgbe_media_type_backplane)) {
1848 if (hw->phy.media_type == ixgbe_media_type_backplane) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82599.c331 enum ixgbe_media_type media_type; local
336 media_type = ixgbe_media_type_copper;
347 media_type = ixgbe_media_type_backplane;
351 media_type = ixgbe_media_type_fiber;
354 media_type = ixgbe_media_type_cx4;
357 media_type = ixgbe_media_type_unknown;
361 return media_type;
2260 if (hw->phy.media_type != ixgbe_media_type_fiber) {
H A Dixgbe_common.c70 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
1759 if (hw->phy.media_type == ixgbe_media_type_backplane) {
1797 if ((hw->phy.media_type == ixgbe_media_type_copper) ||
1798 (hw->phy.media_type == ixgbe_media_type_cx4) ||
1799 ((hw->phy.media_type == ixgbe_media_type_fiber) &&
1811 (hw->phy.media_type != ixgbe_media_type_backplane)) {
1848 if (hw->phy.media_type == ixgbe_media_type_backplane) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.c582 tp->media_type = MEDIA_STP_4;
586 tp->media_type = MEDIA_STP_16;
590 tp->media_type = MEDIA_UTP_16;
594 tp->media_type = MEDIA_UTP_4;
1119 tp->media_type |= MEDIA_UTP_16;
1123 tp->media_type |= MEDIA_STP_16;
1127 tp->media_type |= MEDIA_UTP_4;
1130 tp->media_type |= MEDIA_STP_4;
2513 if((tp->media_type == MEDIA_STP_16) ||
2514 (tp->media_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.c582 tp->media_type = MEDIA_STP_4;
586 tp->media_type = MEDIA_STP_16;
590 tp->media_type = MEDIA_UTP_16;
594 tp->media_type = MEDIA_UTP_4;
1119 tp->media_type |= MEDIA_UTP_16;
1123 tp->media_type |= MEDIA_STP_16;
1127 tp->media_type |= MEDIA_UTP_4;
1130 tp->media_type |= MEDIA_STP_4;
2513 if((tp->media_type == MEDIA_STP_16) ||
2514 (tp->media_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */ member in struct:wandev_stat
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dwanrouter.h339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */ member in struct:wandev_stat
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx231xx/
H A Dcx231xx.h673 int cx231xx_capture_start(struct cx231xx *dev, int start, u8 media_type);
704 int cx231xx_initialize_stream_xfer(struct cx231xx *dev, u32 media_type);
H A Dcx231xx-avcore.c1996 int cx231xx_initialize_stream_xfer(struct cx231xx *dev, u32 media_type) argument
2001 switch (media_type) {
2043 int cx231xx_capture_start(struct cx231xx *dev, int start, u8 media_type) argument
2053 switch (media_type) {
2076 switch (media_type) {
2101 rc = cx231xx_initialize_stream_xfer(dev, media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/atl1c/
H A Datl1c_hw.c511 switch (hw->media_type) {
537 hw->media_type);
H A Datl1c.h412 u16 media_type; member in struct:atl1c_hw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx.h673 int cx231xx_capture_start(struct cx231xx *dev, int start, u8 media_type);
704 int cx231xx_initialize_stream_xfer(struct cx231xx *dev, u32 media_type);
H A Dcx231xx-avcore.c1996 int cx231xx_initialize_stream_xfer(struct cx231xx *dev, u32 media_type) argument
2001 switch (media_type) {
2043 int cx231xx_capture_start(struct cx231xx *dev, int start, u8 media_type) argument
2053 switch (media_type) {
2076 switch (media_type) {
2101 rc = cx231xx_initialize_stream_xfer(dev, media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_hw.c511 switch (hw->media_type) {
537 hw->media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavclient.js579 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start,
587 if(media_type){
588 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavclient.js560 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start, end, keyword, orderby, orderrule) {
567 if(media_type){
568 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavclient.js579 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start,
587 if(media_type){
588 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavclient.js560 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start, end, keyword, orderby, orderrule) {
567 if(media_type){
568 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavclient.js560 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start, end, keyword, orderby, orderrule) {
567 if(media_type){
568 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c433 if (hw->media_type == e1000_media_type_copper) {
452 hw->media_type == e1000_media_type_copper) {
1189 if (hw->media_type == e1000_media_type_copper) {
1513 if ((hw->media_type == e1000_media_type_fiber ||
1514 hw->media_type == e1000_media_type_internal_serdes))
2263 switch (hw->media_type) {
3306 if (hw->media_type == e1000_media_type_copper) {
4235 if (hw->media_type != e1000_media_type_copper)
4262 if (hw->media_type == e1000_media_type_copper) {
4450 if ((hw->media_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c433 if (hw->media_type == e1000_media_type_copper) {
452 hw->media_type == e1000_media_type_copper) {
1189 if (hw->media_type == e1000_media_type_copper) {
1513 if ((hw->media_type == e1000_media_type_fiber ||
1514 hw->media_type == e1000_media_type_internal_serdes))
2263 switch (hw->media_type) {
3306 if (hw->media_type == e1000_media_type_copper) {
4235 if (hw->media_type != e1000_media_type_copper)
4262 if (hw->media_type == e1000_media_type_copper) {
4450 if ((hw->media_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavclient.js579 this.DavClient.prototype.PROPFINDMEDIALIST = function(path, handler, context, media_type, start,
587 if(media_type){
588 request.setRequestHeader("MediaType", media_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igb/
H A De1000_hw.h396 enum e1000_media_type media_type; member in struct:e1000_phy_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/atl1e/
H A Datl1e.h333 u16 media_type; member in struct:atl1e_hw

Completed in 413 milliseconds

12345