Home
last modified time | relevance | path

Searched refs:etag (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c164 str_t etag; /* Request/Response ETag: */ member
951 STR_T_NOTCMP_OPT(httpa, httpb, etag)) in nl7c_http_cmp()
985 if (shttp->etag.cp != NULL) { in http_mkresponse()
988 (shttp->etag.ep - shttp->etag.cp) + 2; in http_mkresponse()
1080 if (shttp->etag.cp != NULL) { in http_mkresponse()
1085 cnt = (shttp->etag.ep - shttp->etag.cp); in http_mkresponse()
1086 bcopy(shttp->etag.cp, cp, cnt); in http_mkresponse()
1219 http->etag.cp = NULL; in nl7c_http_request()
1365 http->etag.cp = hp; in nl7c_http_request()
1366 http->etag.ep = ep; in nl7c_http_request()
[all …]
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h317 u16 etag, u8 num_tags_in_buf, void *buf,
321 u16 etag, u16 *tags_used, u16 *tags_free,
H A Di40e_common.c4611 u16 etag, u8 num_tags_in_buf, void *buf, in i40e_aq_add_mcast_etag() argument
4630 cmd->etag = CPU_TO_LE16(etag); in i40e_aq_add_mcast_etag()
4663 u16 etag, u16 *tags_used, u16 *tags_free, in i40e_aq_remove_mcast_etag() argument
4681 cmd->etag = CPU_TO_LE16(etag); in i40e_aq_remove_mcast_etag()
H A Di40e_adminq_cmd.h1242 __le16 etag; member