Searched defs:etag (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c164 str_t etag; /* Request/Response ETag: */ member in struct:http_s
951 STR_T_NOTCMP_OPT(httpa, httpb, etag))
985 if (shttp->etag.cp != NULL) {
988 (shttp->etag.ep - shttp->etag.cp) + 2;
1080 if (shttp->etag.cp != NULL) {
1085 cnt = (shttp->etag.ep - shttp->etag.cp);
1086 bcopy(shttp->etag.cp, cp, cnt);
1219 http->etag
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c4298 * @etag: value of E-tag to add
4313 u16 etag, u8 num_tags_in_buf, void *buf,
4332 cmd->etag = CPU_TO_LE16(etag);
4355 * @etag: value of the E-tag to remove
4365 u16 etag, u16 *tags_used, u16 *tags_free,
4383 cmd->etag = CPU_TO_LE16(etag);
4312 i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u8 num_tags_in_buf, void *buf, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4364 i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid, u16 etag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_adminq_cmd.h1140 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1145 __le16 etag; member in struct:i40e_aqc_add_remove_mcast_etag

Completed in 1350 milliseconds