Home
last modified time | relevance | path

Searched full:fcb (Results 1 – 8 of 8) sorted by relevance

/linux-5.10/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-5.10/Documentation/devicetree/bindings/net/
Dbrcm,bcm7445-switch-v4.0.txt29 must be: "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb"
40 - brcm,fcb-pause-override: boolean property, if present indicates that the switch
86 "fcb, "acb";
91 brcm,fcb-pause-override;
128 brcm,fcb-pause-override;
/linux-5.10/drivers/s390/char/
Dvmur.c601 struct file_control_block *fcb; in verify_uri_device() local
605 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device()
606 if (!fcb) in verify_uri_device()
610 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
615 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device()
631 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
634 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device()
643 kfree(fcb); in verify_uri_device()
661 struct file_control_block *fcb; in get_uri_file_reclen() local
664 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
[all …]
/linux-5.10/drivers/net/dsa/
Dbcm_sf2.h41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \
66 void __iomem *fcb; member
205 SF2_IO_MACRO(fcb);
/linux-5.10/drivers/net/ethernet/freescale/
Dgianfar.c1721 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local
1723 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb()
1725 return fcb; in gfar_add_fcb()
1728 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument
1742 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum()
1744 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum()
1751 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum()
1752 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum()
1754 fcb->flags = flags; in gfar_tx_checksum()
1757 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument
[all …]
Dgianfar.h58 /* Length for FCB */
463 /* Tx FCB param bits */
495 /* Rx FCB status field bits */
555 unsigned int bytes_sent; /* bytes-on-wire (i.e. no FCB) */
1263 wmb(); /* order write acesses for BD (or FCB) fields */ in gfar_wmb()
/linux-5.10/Documentation/devicetree/bindings/mtd/
Dgpmi-nand.yaml94 in the FCB. Thus, partitions written from Linux with this feature turned
/linux-5.10/drivers/scsi/bfa/
Dbfa_fcs.h833 * fcb Main fcs callbacks