Home
last modified time | relevance | path

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

/linux/drivers/usb/storage/
H A Dfreecom.c223 struct freecom_cb_wrap *fcb; in freecom_transport() local
230 fcb = (struct freecom_cb_wrap *) us->iobuf; in freecom_transport()
240 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport()
241 fcb->Timeout = 0; in freecom_transport()
242 memcpy (fcb->Atapi, srb->cmnd, 12); in freecom_transport()
243 memset (fcb->Filler, 0, sizeof (fcb->Filler)); in freecom_transport()
248 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport()
287 fcb->Type = FCM_PACKET_STATUS; in freecom_transport()
288 fcb->Timeout = 0; in freecom_transport()
289 memset (fcb->Atapi, 0, sizeof(fcb->Atapi)); in freecom_transport()
[all …]
/linux/drivers/s390/char/
H A Dvmur.c604 struct file_control_block *fcb; in verify_uri_device() local
608 fcb = kmalloc_obj(*fcb, GFP_KERNEL | GFP_DMA); in verify_uri_device()
609 if (!fcb) in verify_uri_device()
613 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
618 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device()
634 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
637 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device()
646 kfree(fcb); in verify_uri_device()
664 struct file_control_block *fcb; in get_uri_file_reclen() local
667 fcb = kmalloc_obj(*fcb, GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1670 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local
1672 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb()
1674 return fcb; in gfar_add_fcb()
1677 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument
1691 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum()
1693 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum()
1700 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum()
1701 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum()
1703 fcb->flags = flags; in gfar_tx_checksum()
1706 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument
[all …]
/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908.dtsi234 "intrl2_1", "fcb", "acb";