Searched refs:hh (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c1579 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1583 switch (hh->prim) {
1588 id = hh->id; /* skb can be freed */
1613 ret = l1_event(dch->l1, hh->prim);
1648 ret = l1_event(dch->l1, hh->prim);
1667 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
1670 switch (hh->prim) {
H A Dhfcsusb.c201 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
207 switch (hh->prim) {
278 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
283 switch (hh->prim) {
294 queue_ch_frame(ch, PH_DATA_CNF, hh->id, NULL);
318 ret = l1_event(dch->l1, hh->prim);
353 ret = l1_event(dch->l1, hh->prim);
H A Dhfcmulti.c1805 struct mISDNhead *hh; local
1881 hh = mISDN_HEAD_P(skb);
1882 hh->prim = PH_CONTROL_IND;
1883 hh->id = DTMF_HFC_COEF;
3300 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
3305 switch (hh->prim) {
3312 id = hh->id; /* skb can be freed */
3354 ret = l1_event(dch->l1, hh->prim);
3404 ret = l1_event(dch->l1, hh->prim);
3433 struct mISDNhead *hh local
[all...]
H A Davmfritz.c685 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
688 switch (hh->prim) {
H A Dnetjet.c743 struct mISDNhead *hh = mISDN_HEAD_P(skb); local
746 switch (hh->prim) {
/linux-master/sound/drivers/vx/
H A Dvx_mixer.c44 u8 hh; member in struct:vx_codec_data::b
58 u8 hh; member in struct:vx_codec_data::b
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c285 READ_ONCE(neigh->hh.hh_len)) {
294 neigh_hh_bridge(&neigh->hh, skb);
/linux-master/drivers/net/
H A Dmacsec.c589 struct macsec_eth_header *hh; local
635 hh = skb_push(skb, macsec_extra_len(sci_present));
636 memmove(hh, eth, 2 * ETH_ALEN);
644 macsec_fill_sectag(hh, secy, pn.lower, sci_present);
645 macsec_set_shortlen(hh, unprotected_len - 2 * ETH_ALEN);
/linux-master/include/linux/
H A Dnetdevice.h310 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
311 void (*cache_update)(struct hh_cache *hh,

Completed in 182 milliseconds

12