Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/storage/
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-6.12.1/drivers/s390/char/
Dvmur.c605 struct file_control_block *fcb; in verify_uri_device() local
609 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device()
610 if (!fcb) in verify_uri_device()
614 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
619 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device()
635 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
638 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device()
647 kfree(fcb); in verify_uri_device()
665 struct file_control_block *fcb; in get_uri_file_reclen() local
668 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
[all …]
/linux-6.12.1/drivers/net/ethernet/freescale/
Dgianfar.c1694 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local
1696 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb()
1698 return fcb; in gfar_add_fcb()
1701 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument
1715 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum()
1717 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum()
1724 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum()
1725 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum()
1727 fcb->flags = flags; in gfar_tx_checksum()
1730 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument
[all …]
/linux-6.12.1/drivers/net/dsa/
Dbcm_sf2.h67 void __iomem *fcb; member
206 SF2_IO_MACRO(fcb);
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dbrcm,bcm7445-switch-v4.0.txt33 brcm,fcb-pause-override;
/linux-6.12.1/arch/arm64/boot/dts/broadcom/bcmbca/
Dbcm4908.dtsi224 "intrl2_1", "fcb", "acb";