Searched refs:hh (Results 1 - 21 of 21) sorted by relevance

/drivers/net/usb/
H A Dsierra_net.c260 static int parse_hip(const u8 *buf, const u32 buflen, struct hip_hdr *hh) argument
268 curp = save16bit(&hh->payload_len, curp);
269 curp = save8bit(&hh->msgid, curp);
270 curp = save8bit(&hh->msgspecific, curp);
272 padded = hh->msgid.byte & 0x80;
273 hh->msgid.byte &= 0x7F; /* 7 bits */
275 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID);
276 if (hh->extmsgid.is_present) {
280 hh
410 sierra_net_handle_lsi(struct usbnet *dev, char *data, struct hip_hdr *hh) argument
487 struct hip_hdr hh; local
848 struct hip_hdr hh; local
[all...]
/drivers/isdn/mISDN/
H A Dhwchannel.c164 struct mISDNhead *hh; local
171 hh = mISDN_HEAD_P(dch->rx_skb);
172 hh->prim = PH_DATA_IND;
173 hh->id = get_sapi_tei(dch->rx_skb->data);
183 struct mISDNhead *hh; local
190 hh = mISDN_HEAD_P(ech->rx_skb);
191 hh->prim = PH_DATA_E_IND;
192 hh->id = get_sapi_tei(ech->rx_skb->data);
202 struct mISDNhead *hh; local
204 hh
325 struct mISDNhead *hh; local
[all...]
H A Ddsp_core.c282 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb) argument
666 struct mISDNhead *hh; local
671 hh = mISDN_HEAD_P(skb);
672 switch (hh->prim) {
705 hh->prim = DL_DATA_IND;
719 skb->len, hh->id);
764 hh->prim = DL_DATA_IND;
772 hh->id, skb->len, dsp->name);
773 switch (hh->id) {
824 "%s\n", __func__, hh
1008 struct mISDNhead *hh; local
[all...]
H A Dstack.c28 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
32 __func__, hh->prim, hh->id, skb);
92 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
99 if ((hh->id & MISDN_ID_ADDR_MASK) == MISDN_ID_ANY) { /* L2 for all */
115 hh->prim, ch->addr, ret);
126 if ((hh->id & MISDN_ID_ADDR_MASK) == ch->addr) {
139 __func__, ch->nr, hh->prim, ch->addr, ret);
150 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
154 lm = hh
[all...]
H A Dl1oip_core.c898 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
903 switch (hh->prim) {
926 queue_ch_frame(ch, PH_DATA_CNF, hh->id, skb);
934 queue_ch_frame(ch, PH_ACTIVATE_IND, hh->id, skb);
936 queue_ch_frame(ch, PH_DEACTIVATE_IND, hh->id, skb);
945 queue_ch_frame(ch, PH_ACTIVATE_IND, hh->id, skb);
947 queue_ch_frame(ch, PH_DEACTIVATE_IND, hh->id, skb);
1114 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1118 switch (hh->prim) {
1138 queue_ch_frame(ch, PH_DATA_CNF, hh
[all...]
H A Ddsp_cmx.c1181 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1204 dsp->rx_R = (hh->id & CMX_BUFF_MASK);
1221 dsp->rx_W = (hh->id & CMX_BUFF_MASK);
1222 /* printk(KERN_DEBUG "%s %08x\n", dsp->name, hh->id); */
1236 dsp->rx_R = (hh->id & CMX_BUFF_MASK);
1264 dsp->rx_R = (hh->id & CMX_BUFF_MASK);
1313 struct mISDNhead *hh, *thh; local
1356 hh = mISDN_HEAD_P(nskb);
1357 hh->prim = PH_DATA_REQ;
1358 hh
1920 struct mISDNhead *hh; local
[all...]
H A Dtei.c305 struct mISDNhead *hh; local
311 hh = mISDN_HEAD_P(skb);
312 hh->prim = prim;
313 hh->id = (mgr->ch.nr << 16) | mgr->ch.addr;
1081 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1087 __func__, hh->prim, hh->id);
1088 switch (hh->prim) {
1094 do_ack(mgr, hh->id);
1178 struct mISDNhead *hh local
1266 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
[all...]
H A Dlayer2.c162 struct mISDNhead *hh; local
170 hh = mISDN_HEAD_P(skb);
171 hh->prim = prim;
172 hh->id = (l2->ch.nr << 16) | l2->ch.addr;
195 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
197 if (hh->prim == PH_DATA_REQ) {
210 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
212 hh->prim = prim;
213 hh->id = id;
222 struct mISDNhead *hh; local
239 ph_data_confirm(struct layer2 *l2, struct mISDNhead *hh, struct sk_buff *skb) argument
1843 ph_data_indication(struct layer2 *l2, struct mISDNhead *hh, struct sk_buff *skb) argument
1929 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
[all...]
/drivers/video/
H A Dcg3.c264 int ww, hh; local
270 hh = simple_strtoul(p + 1, &p, 10);
271 if (hh && *p == '-') {
273 var->yres != hh) {
275 var->yres = var->yres_virtual = hh;
/drivers/isdn/hardware/mISDN/
H A Dw6692.c946 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
950 switch (hh->prim) {
955 id = hh->id; /* skb can be freed */
986 card->name, __func__, hh->prim, hh->id);
1092 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1096 switch (hh->prim) {
1101 id = hh->id; /* skb can be freed */
1110 ret = l1_event(dch->l1, hh->prim);
1114 ret = l1_event(dch->l1, hh
[all...]
H A DmISDNisar.c1481 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1485 switch (hh->prim) {
1490 id = hh->id; /* skb can be freed */
1522 hh->id, *val);
1523 if ((hh->id == 0) && ((*val & ~DTMF_TONE_MASK) ==
1543 } else if ((hh->id == HW_MOD_FRM) || (hh->id == HW_MOD_FRH) ||
1544 (hh->id == HW_MOD_FTM) || (hh->id == HW_MOD_FTH)) {
1551 isar_pump_cmd(ich, hh
[all...]
H A DmISDNipac.c574 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
578 switch (hh->prim) {
583 id = hh->id; /* skb can be freed */
592 ret = l1_event(dch->l1, hh->prim);
596 ret = l1_event(dch->l1, hh->prim);
1340 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1344 switch (hh->prim) {
1349 id = hh->id; /* skb can be freed */
1380 hx->ip->name, __func__, hh->prim, hh
[all...]
H A Dhfcpci.c1611 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1615 switch (hh->prim) {
1620 id = hh->id; /* skb can be freed */
1645 ret = l1_event(dch->l1, hh->prim);
1675 ret = l1_event(dch->l1, hh->prim);
1694 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1698 switch (hh->prim) {
1703 id = hh->id; /* skb can be freed */
H A Dhfcsusb.c215 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
221 switch (hh->prim) {
235 queue_ch_frame(ch, PH_DATA_CNF, hh->id, NULL);
296 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
301 switch (hh->prim) {
312 queue_ch_frame(ch, PH_DATA_CNF, hh->id, NULL);
336 ret = l1_event(dch->l1, hh->prim);
367 ret = l1_event(dch->l1, hh->prim);
H A Dhfcmulti.c1814 struct mISDNhead *hh; local
1890 hh = mISDN_HEAD_P(skb);
1891 hh->prim = PH_CONTROL_IND;
1892 hh->id = DTMF_HFC_COEF;
3306 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
3311 switch (hh->prim) {
3318 id = hh->id; /* skb can be freed */
3360 ret = l1_event(dch->l1, hh->prim);
3406 ret = l1_event(dch->l1, hh->prim);
3435 struct mISDNhead *hh local
[all...]
H A Davmfritz.c661 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
665 switch (hh->prim) {
670 id = hh->id; /* skb can be freed */
H A Dnetjet.c734 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
738 switch (hh->prim) {
743 id = hh->id; /* skb can be freed */
/drivers/net/plip/
H A Dplip.c154 struct hh_cache *hh, __be16 type);
1028 struct hh_cache *hh, __be16 type)
1032 ret = eth_header_cache(neigh, hh, type);
1036 eth = (struct ethhdr*)(((u8*)hh->hh_data) +
1027 plip_hard_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) argument
/drivers/firewire/
H A Dnet.c265 struct hh_cache *hh, __be16 type)
273 h = (struct fwnet_header *)((u8 *)hh->hh_data + 16 - sizeof(*h));
276 hh->hh_len = FWNET_HLEN;
282 static void fwnet_header_cache_update(struct hh_cache *hh, argument
285 memcpy((u8 *)hh->hh_data + 16 - FWNET_HLEN, haddr, net->addr_len);
264 fwnet_header_cache(const struct neighbour *neigh, struct hh_cache *hh, __be16 type) argument
/drivers/isdn/i4l/
H A Disdn_net.c1986 static int isdn_header_cache(const struct neighbour *neigh, struct hh_cache *hh, argument
1993 return eth_header_cache(neigh, hh, type);
1997 static void isdn_header_cache_update(struct hh_cache *hh, argument
2003 eth_header_cache_update(hh, dev, haddr);
/drivers/infiniband/core/
H A Dcma.c262 static inline u8 sdp_get_ip_ver(struct sdp_hh *hh) argument
264 return hh->ip_version >> 4;
267 static inline void sdp_set_ip_ver(struct sdp_hh *hh, u8 ip_ver) argument
269 hh->ip_version = (ip_ver << 4) | (hh->ip_version & 0xF);

Completed in 771 milliseconds