Home
last modified time | relevance | path

Searched refs:fcb (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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 in freecom_transport()
[all...]
/kernel/linux/linux-6.6/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 in freecom_transport()
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A 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
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dvmur.c603 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
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Dgianfar.c1725 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
1808 struct txfcb *fcb = NULL; gfar_start_xmit() local
2477 gfar_rx_checksum(struct sk_buff *skb, struct rxfcb *fcb) gfar_rx_checksum() argument
2494 struct rxfcb *fcb = NULL; gfar_process_frame() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Dgianfar.c1692 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
1775 struct txfcb *fcb = NULL; gfar_start_xmit() local
2441 gfar_rx_checksum(struct sk_buff *skb, struct rxfcb *fcb) gfar_rx_checksum() argument
2458 struct rxfcb *fcb = NULL; gfar_process_frame() local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/
H A Dbcm_sf2.h41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \
66 void __iomem *fcb; member
205 SF2_IO_MACRO(fcb); variable
/kernel/linux/linux-6.6/drivers/net/dsa/
H A Dbcm_sf2.h41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \
67 void __iomem *fcb; member
207 SF2_IO_MACRO(fcb); variable

Completed in 10 milliseconds