Searched refs:mskb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt_util.c | 128 struct sk_buff *skb, *mskb; in mgmt_cmd_status() local 149 mskb = create_monitor_ctrl_event(hdr->index, hci_sock_get_cookie(sk), in mgmt_cmd_status() 151 if (mskb) in mgmt_cmd_status() 152 skb->tstamp = mskb->tstamp; in mgmt_cmd_status() 160 if (mskb) { in mgmt_cmd_status() 161 hci_send_to_channel(HCI_CHANNEL_MONITOR, mskb, in mgmt_cmd_status() 163 kfree_skb(mskb); in mgmt_cmd_status() 172 struct sk_buff *skb, *mskb; in mgmt_cmd_complete() local 196 mskb = create_monitor_ctrl_event(hdr->index, hci_sock_get_cookie(sk), in mgmt_cmd_complete() 199 if (mskb) in mgmt_cmd_complete() [all …]
|
/openbmc/qemu/target/alpha/ |
H A D | int_helper.c | 27 uint64_t helper_zapnot(uint64_t val, uint64_t mskb) in helper_zapnot() argument 31 mask = -(mskb & 0x01) & 0x00000000000000ffull; in helper_zapnot() 32 mask |= -(mskb & 0x02) & 0x000000000000ff00ull; in helper_zapnot() 33 mask |= -(mskb & 0x04) & 0x0000000000ff0000ull; in helper_zapnot() 34 mask |= -(mskb & 0x08) & 0x00000000ff000000ull; in helper_zapnot() 35 mask |= -(mskb & 0x10) & 0x000000ff00000000ull; in helper_zapnot() 36 mask |= -(mskb & 0x20) & 0x0000ff0000000000ull; in helper_zapnot() 37 mask |= -(mskb & 0x40) & 0x00ff000000000000ull; in helper_zapnot() 38 mask |= -(mskb & 0x80) & 0xff00000000000000ull; in helper_zapnot()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 2677 struct sk_buff *mskb = skb_peek(&ppp->mrq); in ppp_receive_mp_frame() local 2678 if (seq_before(ppp->minseq, PPP_MP_CB(mskb)->sequence)) in ppp_receive_mp_frame() 2679 ppp->minseq = PPP_MP_CB(mskb)->sequence; in ppp_receive_mp_frame()
|