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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dfile.c1511 int buf_type = CIFS_NO_BUFFER; local
1522 &buf_type);
1533 if(buf_type == CIFS_SMALL_BUFFER)
1535 else if(buf_type == CIFS_LARGE_BUFFER)
1569 int buf_type = CIFS_NO_BUFFER; local
1608 &buf_type);
1706 int buf_type = CIFS_NO_BUFFER; local
1765 &buf_type);
1769 if(buf_type == CIFS_SMALL_BUFFER)
1771 else if(buf_type
[all...]
H A Dinode.c245 int buf_type = CIFS_NO_BUFFER; local
250 &bytes_read, &pbuf, &buf_type);
H A Dcifssmb.c2957 int buf_type = 0; local
2979 rc = SendReceive2(xid, tcon->ses, iov, 1 /* num iovec */, &buf_type, 0);
3015 if(buf_type == CIFS_SMALL_BUFFER)
3017 else if(buf_type == CIFS_LARGE_BUFFER)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c767 NS_SKB_CB(hb)->buf_type = BUF_NONE;
788 NS_SKB_CB(lb)->buf_type = BUF_LG;
825 NS_SKB_CB(sb)->buf_type = BUF_SM;
856 NS_SKB_CB(iovb)->buf_type = BUF_NONE;
1104 if (cb->buf_type == BUF_SM)
1122 else /* buf_type == BUF_LG */
1143 if (cb->buf_type == BUF_SM)
1156 else /* (buf_type == BUF_LG) */
1177 writel(NS_CMD_WRITE_FREEBUFQ | cb->buf_type, card->membase + CMD);
1182 (cb->buf_type
[all...]
H A Dnicstar.h694 u32 buf_type; /* BUF_SM/BUF_LG/BUF_NONE */ member in struct:ns_skb_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_message.c181 char buf_router[16], buf_id[16], buf_type[16]; local
199 ospf6_lsa_type_string (lsreq->type, buf_type,
200 sizeof (buf_type)),
919 char buf_id[16], buf_router[16], buf_type[16];
977 o6n->str, ospf6_lsa_type_string (lsreq->type, buf_type,
978 sizeof (buf_type)),
918 char buf_id[16], buf_router[16], buf_type[16]; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdreg.h461 unsigned short buf_type; /* Retired */ member in struct:hd_driveid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c3251 int res = 0, codec_mode, buf_type; local
3281 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
3284 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
3288 if (buf->type != buf_type) {
3326 int res = 0, buf_type, num = -1; /* compiler borks here (?) */ local
3365 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
3367 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
3369 if (buf->type != buf_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1126 id->buf_type, BuffType[(id->buf_type > 3) ? 0 : id->buf_type],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-iops.c329 id->buf_type = __le16_to_cpu(id->buf_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-streams.c74 enum v4l2_buf_type buf_type; member in struct:__anon5044
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Disd200.c1029 US_DEBUGP(" buf_type = 0x%x\n", id->buf_type);

Completed in 182 milliseconds