| /kernel/linux/linux-6.6/drivers/usb/storage/ |
| D | freecom.c | 223 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 …]
|
| /kernel/linux/linux-5.10/drivers/usb/storage/ |
| D | freecom.c | 223 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | brcm,bcm7445-switch-v4.0.txt | 29 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;
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | vmur.c | 603 struct file_control_block *fcb; in verify_uri_device() local 607 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device() 608 if (!fcb) in verify_uri_device() 612 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device() 617 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device() 633 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device() 636 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device() 645 kfree(fcb); in verify_uri_device() 663 struct file_control_block *fcb; in get_uri_file_reclen() local 666 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen() [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | vmur.c | 601 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/dsa/ |
| D | brcm,sf2.yaml | 31 - const: fcb 69 brcm,fcb-pause-override: 147 "fcb", "acb"; 154 brcm,fcb-pause-override;
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ |
| D | bcm_sf2.h | 41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \ 66 void __iomem *fcb; member 205 SF2_IO_MACRO(fcb);
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
| D | gianfar.c | 1692 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local 1694 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb() 1696 return fcb; in gfar_add_fcb() 1699 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument 1713 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum() 1715 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum() 1722 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum() 1723 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum() 1725 fcb->flags = flags; in gfar_tx_checksum() 1728 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument [all …]
|
| D | gianfar.h | 55 /* Length for FCB */ 514 /* Tx FCB param bits */ 546 /* Rx FCB status field bits */ 606 unsigned int bytes_sent; /* bytes-on-wire (i.e. no FCB) */ 1307 wmb(); /* order write acesses for BD (or FCB) fields */ in gfar_wmb()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
| D | gianfar.c | 1725 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local 1727 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb() 1729 return fcb; in gfar_add_fcb() 1732 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument 1746 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum() 1748 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum() 1755 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum() 1756 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum() 1758 fcb->flags = flags; in gfar_tx_checksum() 1761 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument [all …]
|
| D | gianfar.h | 58 /* 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()
|
| /kernel/linux/linux-6.6/drivers/net/dsa/ |
| D | bcm_sf2.h | 41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \ 67 void __iomem *fcb; member 207 SF2_IO_MACRO(fcb);
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/ |
| D | brcm,bcm7445-switch-v4.0.txt | 33 brcm,fcb-pause-override;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | gpmi-nand.yaml | 94 in the FCB. Thus, partitions written from Linux with this feature turned
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/ |
| D | gpmi-nand.yaml | 79 in the FCB. Thus, partitions written from Linux with this feature turned
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/broadcom/bcmbca/ |
| D | bcm4908.dtsi | 224 "intrl2_1", "fcb", "acb";
|
| /kernel/linux/linux-6.6/drivers/scsi/bfa/ |
| D | bfa_fcs.h | 830 * fcb Main fcs callbacks
|
| /kernel/linux/linux-5.10/drivers/scsi/bfa/ |
| D | bfa_fcs.h | 833 * fcb Main fcs callbacks
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| D | addr.c | 465 * readahead callers do not necessarily hold Fcb caps in ceph_init_request()
|