Searched full:fcb (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/storage/ |
| H A 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 …]
|
| /linux/drivers/s390/char/ |
| H A D | vmur.c | 604 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/Documentation/devicetree/bindings/net/dsa/ |
| H A D | brcm,sf2.yaml | 31 - const: fcb 69 brcm,fcb-pause-override: 148 "fcb", "acb"; 155 brcm,fcb-pause-override;
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1670 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 …]
|
| H A 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()
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4908.dtsi | 234 "intrl2_1", "fcb", "acb";
|
| /linux/fs/ceph/ |
| H A D | addr.c | 492 * readahead callers do not necessarily hold Fcb caps in ceph_init_request()
|